debian-mirror-gitlab/app/views/admin/appearances/preview_sign_in.html.haml

13 lines
526 B
Text
Raw Normal View History

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
2021-03-11 19:13:27 +05:30
= text_field_tag :login, nil, class: "form-control gl-form-input top", title: 'Please provide your username or email address.'
2016-11-03 12:29:30 +05:30
.form-group
= label_tag :password
2021-03-11 19:13:27 +05:30
= password_field_tag :password, nil, class: "form-control gl-form-input bottom", title: 'This field is required.'
2016-11-03 12:29:30 +05:30
.form-group
2021-04-17 20:07:23 +05:30
= button_tag "Sign in", class: "btn gl-button btn-confirm"
2016-04-02 18:10:28 +05:30