From d70939f6806ed388444309def47c170fa02c5591 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 7 Apr 2014 18:59:10 +0300 Subject: [PATCH] Remove unnecessary sign * Signed-off-by: Dmitriy Zaporozhets --- app/views/devise/sessions/_oauth_providers.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/sessions/_oauth_providers.html.haml b/app/views/devise/sessions/_oauth_providers.html.haml index f4556eea4a..935bc6af50 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)