12 lines
487 B
Text
12 lines
487 B
Text
= render 'devise/shared/tab_single', tab_title: 'Sign in preview'
|
|
.login-box
|
|
%form.gl-show-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"
|
|
|