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
|
||||
= text_field_tag 'user[email]', nil, id: 'user_email_dd'
|
||||
= password_field_tag 'user[password]', nil, id: 'user_password_dd'
|
||||
%label.checkbox
|
||||
= check_box_tag 'user[remember_me]'
|
||||
Remember me
|
||||
%button.btn.btn-block Sign in
|
||||
%br
|
||||
= link_to "Forgot your password?", new_password_path('user')
|
||||
= link_to 'Sign in with openID', new_user_session_path
|
||||
%p.text-right
|
||||
%small
|
||||
Remember me
|
||||
= check_box_tag 'user[remember_me]'
|
||||
%button.btn.btn-success.btn-block Sign in
|
||||
%p
|
||||
%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
|
||||
= link_to('Sign In', new_user_session_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue