summaryrefslogtreecommitdiff
path: root/app/views/devise
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-07 18:59:10 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-07 18:59:10 +0300
commitd70939f6806ed388444309def47c170fa02c5591 (patch)
tree4a7ae3d940a9c480d9627fd2f473df6fb053c3f6 /app/views/devise
parent3befe6ec339651feedc8437b5bb10d473c3e3f66 (diff)
downloadgitlab-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.haml2
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*: &nbsp;
+ %span Sign in with: &nbsp;
- providers.each do |provider|
%span
- if default_providers.include?(provider)