Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-12 13:38:30 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-12 13:38:30 +0400
commit7984d3ca00edf45fed8bad6ed921060244970977 (patch)
tree1bebe8c139ff3146bc14db43d453128142d679bc /app/views/devise/passwords
parent083990c795c74a0dfc76813e44706289a7ede43d (diff)
Minor UI fixes for login page
Diffstat (limited to 'app/views/devise/passwords')
-rw-r--r--app/views/devise/passwords/new.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml
index 76e164456ec..3df65d037af 100644
--- a/app/views/devise/passwords/new.html.haml
+++ b/app/views/devise/passwords/new.html.haml
@@ -1,6 +1,5 @@
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { class: "login-box", method: :post }) do |f|
%h3.page-title Reset password
- %br
= devise_error_messages!
= f.email_field :email, placeholder: "Email", class: "text"
%br/