2016-11-03 12:29:30 +05:30
|
|
|
= render 'devise/shared/tab_single', tab_title: 'Sign in preview'
|
2016-08-24 12:49:21 +05:30
|
|
|
.login-box
|
2017-08-17 22:00:37 +05:30
|
|
|
%form.gl-show-field-errors
|
2016-11-03 12:29:30 +05:30
|
|
|
.form-group
|
|
|
|
= label_tag :login
|
|
|
|
= text_field_tag :login, nil, class: "form-control top", title: 'Please provide your username or email address.'
|
|
|
|
.form-group
|
|
|
|
= label_tag :password
|
|
|
|
= password_field_tag :password, nil, class: "form-control bottom", title: 'This field is required.'
|
|
|
|
.form-group
|
2018-12-05 23:21:45 +05:30
|
|
|
= button_tag "Sign in", class: "btn-success btn"
|
2016-04-02 18:10:28 +05:30
|
|
|
|