diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-07 18:59:10 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-07 18:59:10 +0300 |
commit | d70939f6806ed388444309def47c170fa02c5591 (patch) | |
tree | 4a7ae3d940a9c480d9627fd2f473df6fb053c3f6 /app/views/devise | |
parent | 3befe6ec339651feedc8437b5bb10d473c3e3f66 (diff) | |
download | gitlab-ce-d70939f6806ed388444309def47c170fa02c5591.tar.gz |
Remove unnecessary sign *
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/devise')
-rw-r--r-- | app/views/devise/sessions/_oauth_providers.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/sessions/_oauth_providers.html.haml b/app/views/devise/sessions/_oauth_providers.html.haml index f4556eea4a2..935bc6af505 100644 --- a/app/views/devise/sessions/_oauth_providers.html.haml +++ b/app/views/devise/sessions/_oauth_providers.html.haml @@ -2,7 +2,7 @@ - if providers.present? %hr %div{:'data-no-turbolink' => 'data-no-turbolink'} - %span Sign in with*: + %span Sign in with: - providers.each do |provider| %span - if default_providers.include?(provider) |