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 <dzaporozhets@sphereconsultinginc.com>2012-01-27 21:58:10 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-01-27 21:58:10 +0400
commit05d76fc4d03f8174f54c601d20392b0bf22fdbf9 (patch)
tree73bb70eb1498cc0d36c2e4affcd121bb5d411e27 /app/views/devise/passwords
parent4d9c3f3123f43978702c60bb2d87885377b3d837 (diff)
Bootstrap: login screen
Diffstat (limited to 'app/views/devise/passwords')
-rw-r--r--app/views/devise/passwords/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb
index 01cb3375d1d..76fc34968ff 100644
--- a/app/views/devise/passwords/new.html.erb
+++ b/app/views/devise/passwords/new.html.erb
@@ -3,6 +3,6 @@
<%= devise_error_messages! %>
<%= f.email_field :email, :placeholder => "Email", :class => "text top" %>
<br/>
- <%= f.submit "Reset password", :class => "grey-button" %>
+ <%= f.submit "Reset password", :class => "primary btn" %>
<div class="right"> <%= render :partial => "devise/shared/links" %></div>
<% end %>