2016-10-10 10:34:57 -04:00
|
|
|
= render 'devise/shared/tab_single', tab_title: 'Sign in preview'
|
2016-06-20 05:50:36 -04:00
|
|
|
.login-box
|
2016-11-02 06:35:21 -04:00
|
|
|
%form.gl-show-field-errors
|
2016-09-09 08:21:00 -04:00
|
|
|
.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-02-22 14:49:16 -05:00
|
|
|
|