summaryrefslogtreecommitdiff
path: root/app/views/devise/shared/_links.erb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-01-27 19:58:10 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-01-27 19:58:10 +0200
commit05d76fc4d03f8174f54c601d20392b0bf22fdbf9 (patch)
tree73bb70eb1498cc0d36c2e4affcd121bb5d411e27 /app/views/devise/shared/_links.erb
parent4d9c3f3123f43978702c60bb2d87885377b3d837 (diff)
downloadgitlab-ce-05d76fc4d03f8174f54c601d20392b0bf22fdbf9.tar.gz
Bootstrap: login screen
Diffstat (limited to 'app/views/devise/shared/_links.erb')
-rw-r--r--app/views/devise/shared/_links.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/devise/shared/_links.erb b/app/views/devise/shared/_links.erb
index 33b1120f992..c624c2d54bf 100644
--- a/app/views/devise/shared/_links.erb
+++ b/app/views/devise/shared/_links.erb
@@ -1,5 +1,5 @@
<%- if controller_name != 'sessions' %>
- <%= link_to "Sign in", new_session_path(resource_name) %><br />
+ <%= link_to "Sign in", new_session_path(resource_name), :class => "btn" %><br />
<% end -%>
<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
@@ -7,7 +7,7 @@
<% end -%>
<%- if devise_mapping.recoverable? && controller_name != 'passwords' %>
- <%= link_to "Forgot your password?", new_password_path(resource_name) %><br />
+<%= link_to "Forgot your password?", new_password_path(resource_name), :class => "btn" %><br />
<% end -%>
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>