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-07-13 09:45:48 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 09:45:48 +0400
commit36fd4de8251cb265244320e67d3d5a3420712a85 (patch)
tree21df19b4b6783df1fcd00be0a074e7b0db8139c0 /app/views/devise/passwords
parent8b1d44f789cce12219dbc70890d8a72675b71315 (diff)
Replace page_title with page-title. Correct margin for some blocks/layouts
Diffstat (limited to 'app/views/devise/passwords')
-rw-r--r--app/views/devise/passwords/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml
index 5d47cbc3b83..76e164456ec 100644
--- a/app/views/devise/passwords/new.html.haml
+++ b/app/views/devise/passwords/new.html.haml
@@ -1,5 +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
+ %h3.page-title Reset password
%br
= devise_error_messages!
= f.email_field :email, placeholder: "Email", class: "text"