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
|
2016-11-03 12:29:30 +05:30
|
|
|
%form.show-gl-field-errors
|
|
|
|
.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
|
|
|
|
= button_tag "Sign in", class: "btn-create btn"
|
2016-04-02 18:10:28 +05:30
|
|
|
|