2016-02-22 14:49:16 -05:00
|
|
|
- page_title "Preview | Appearance"
|
2016-06-20 05:50:36 -04:00
|
|
|
.login-box
|
|
|
|
.login-heading
|
|
|
|
%h3 Existing user? Sign in
|
|
|
|
%form
|
|
|
|
= text_field_tag :login, nil, class: "form-control top", placeholder: "Username or Email"
|
|
|
|
= password_field_tag :password, nil, class: "form-control bottom", placeholder: "Password"
|
|
|
|
= button_tag "Sign in", class: "btn-create btn"
|
2016-02-22 14:49:16 -05:00
|
|
|
|