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:
authorTimothy Andrew <mail@timothyandrew.net>2017-06-30 19:36:36 +0300
committerTimothy Andrew <mail@timothyandrew.net>2017-07-06 09:30:07 +0300
commit8fa08ea3cd81e906c4f4951c70e3571defeab7c7 (patch)
tree9f74b9cb3479e5b69db86f6ddd3ba32d30c2e7a2 /app/views/devise
parent56754848dddb5460500ab056e5ac1b9a61c7ff89 (diff)
Implement review comments for !11963 from @adamniedzielski.
- Change double quotes to single quotes. - Why is `OmniAuth.config.full_host` being reassigned in the integration test? - Use `map` over `map!` to avoid `dup` in the `gitlab:info` rake task - Other minor changes
Diffstat (limited to 'app/views/devise')
-rw-r--r--app/views/devise/shared/_omniauth_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/shared/_omniauth_box.html.haml b/app/views/devise/shared/_omniauth_box.html.haml
index 493e18565c0..e80d10dc8f1 100644
--- a/app/views/devise/shared/_omniauth_box.html.haml
+++ b/app/views/devise/shared/_omniauth_box.html.haml
@@ -9,4 +9,4 @@
= link_to provider_image_tag(provider), omniauth_authorize_path(:user, provider), method: :post, class: 'oauth-login' + (has_icon ? ' oauth-image-link' : ' btn'), id: "oauth-login-#{provider}"
%fieldset
= check_box_tag :remember_me
- = label_tag :remember_me, "Remember Me"
+ = label_tag :remember_me, 'Remember Me'