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

13 lines
538 B
Text
Raw Normal View History

2021-06-08 01:23:25 +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-06-08 01:23:25 +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-06-08 01:23:25 +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-06-08 01:23:25 +05:30
= button_tag _("Sign in"), class: "btn gl-button btn-confirm"
2016-04-02 18:10:28 +05:30