summaryrefslogtreecommitdiff
path: root/app/views/devise/sessions/_new_crowd.html.haml
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-18 12:46:37 +0200
committerBryce Johnson <bryce@gitlab.com>2016-10-18 12:46:37 +0200
commit348236ed93676e5360b167c397cc7205c6f80f9a (patch)
treeb4ece1f50770ad1b81ca315b1c04b93bb43dac20 /app/views/devise/sessions/_new_crowd.html.haml
parentf8907566a50b6fe1d7101557d53e7335c7803984 (diff)
downloadgitlab-ce-348236ed93676e5360b167c397cc7205c6f80f9a.tar.gz
Fix aesthetic issues on CROWD login.
Diffstat (limited to 'app/views/devise/sessions/_new_crowd.html.haml')
-rw-r--r--app/views/devise/sessions/_new_crowd.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/devise/sessions/_new_crowd.html.haml b/app/views/devise/sessions/_new_crowd.html.haml
index e82a08cdb0c..1d381ad7893 100644
--- a/app/views/devise/sessions/_new_crowd.html.haml
+++ b/app/views/devise/sessions/_new_crowd.html.haml
@@ -1,6 +1,6 @@
= form_tag(omniauth_authorize_path(:user, :crowd), id: 'new_crowd_user', class: 'show-gl-field-errors') do
.form-group
- = label_tag 'Username or email', for: :username
+ = label_tag :username, 'Username or email'
= text_field_tag :username, nil, {class: "form-control top", title: "This field is required", autofocus: "autofocus", required: true }
.form-group
= label_tag :password
@@ -10,4 +10,4 @@
%label{for: "remember_me"}
= check_box_tag :remember_me, '1', false, id: 'remember_me'
%span Remember me
- = button_tag "Sign in", class: "btn-save btn"
+ = submit_tag "Sign in", class: "btn-save btn"