diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-14 15:52:15 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-14 15:52:15 +0200 |
commit | e19ff109a27b331cafb36f5681af43e3fc5a66e8 (patch) | |
tree | f633bd12014642865a5703b12b3b4a37d12b2727 | |
parent | 654d876c86a759bd026cf324fde874f34f5b9951 (diff) | |
parent | 9ca80048a22ff7795809c8c935f5d34e2e4906bb (diff) | |
download | gitlab-ce-e19ff109a27b331cafb36f5681af43e3fc5a66e8.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
-rwxr-xr-x[-rw-r--r--] | app/views/devise/passwords/new.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml index a14ef2995c8..040821ca32a 100644..100755 --- a/app/views/devise/passwords/new.html.haml +++ b/app/views/devise/passwords/new.html.haml @@ -2,7 +2,8 @@ %h3.page-title Reset password .devise-errors = devise_error_messages! - = f.email_field :email, placeholder: "Email", class: "form-control", required: true + .clearfix.append-bottom-20 + = f.email_field :email, placeholder: "Email", class: "form-control", required: true .clearfix.append-bottom-10 = f.submit "Reset password", class: "btn-primary btn" %hr |