mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix the layout of the sign in box
This commit is contained in:
parent
b4dd8c8d22
commit
a76fa8dd59
1 changed files with 12 additions and 7 deletions
|
|
@ -45,12 +45,17 @@
|
||||||
= form_tag user_session_path do
|
= form_tag user_session_path do
|
||||||
= text_field_tag 'user[email]', nil, id: 'user_email_dd'
|
= text_field_tag 'user[email]', nil, id: 'user_email_dd'
|
||||||
= password_field_tag 'user[password]', nil, id: 'user_password_dd'
|
= password_field_tag 'user[password]', nil, id: 'user_password_dd'
|
||||||
%label.checkbox
|
%p.text-right
|
||||||
= check_box_tag 'user[remember_me]'
|
%small
|
||||||
Remember me
|
Remember me
|
||||||
%button.btn.btn-block Sign in
|
= check_box_tag 'user[remember_me]'
|
||||||
%br
|
%button.btn.btn-success.btn-block Sign in
|
||||||
= link_to "Forgot your password?", new_password_path('user')
|
%p
|
||||||
= link_to 'Sign in with openID', new_user_session_path
|
%small
|
||||||
|
%ul.list-unstyled
|
||||||
|
%li
|
||||||
|
= link_to "Forgot your password?", new_password_path('user')
|
||||||
|
%li
|
||||||
|
= link_to 'Sign in with openID', new_user_session_path
|
||||||
%li.hidden-lg
|
%li.hidden-lg
|
||||||
= link_to('Sign In', new_user_session_path)
|
= link_to('Sign In', new_user_session_path)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue