diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-02-05 15:56:58 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-02-05 19:12:47 +0100 |
commit | 485e55f88c6f2a50f1d88188a015fb1572f8bd94 (patch) | |
tree | 184a601fa06d005f8693acea33a8db6ddae8b6f6 /app/views/devise/passwords/new.html.haml | |
parent | 0a9cab4ee65f2b42c56989698c401cab60d68b53 (diff) | |
download | gitlab-ce-485e55f88c6f2a50f1d88188a015fb1572f8bd94.tar.gz |
Clean up devise views.
Diffstat (limited to 'app/views/devise/passwords/new.html.haml')
-rw-r--r-- | app/views/devise/passwords/new.html.haml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml index b8af1b8693a..e8820daf58f 100644 --- a/app/views/devise/passwords/new.html.haml +++ b/app/views/devise/passwords/new.html.haml @@ -7,7 +7,8 @@ = devise_error_messages! .clearfix.append-bottom-20 = f.email_field :email, placeholder: "Email", class: "form-control", required: true - .clearfix.append-bottom-10 + .clearfix = f.submit "Reset password", class: "btn-primary btn" - .login-footer - = render 'devise/shared/sign_in_link' + +.clearfix.prepend-top-20 + = render 'devise/shared/sign_in_link' |