Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-07 19:59:10 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-07 19:59:10 +0400
commitd70939f6806ed388444309def47c170fa02c5591 (patch)
tree4a7ae3d940a9c480d9627fd2f473df6fb053c3f6 /app/views/devise
parent3befe6ec339651feedc8437b5bb10d473c3e3f66 (diff)
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)