summaryrefslogtreecommitdiff
path: root/app/views/devise/sessions/new.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-29 22:18:19 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-29 22:18:19 +0200
commit033aa1a885801c299a20ab39af6f897bb53dc3d4 (patch)
tree187e5488facac4cd9e50776e3a09c782ff245b6f /app/views/devise/sessions/new.html.haml
parent9fdbdc662a01ac0845638c1012aa0625de6158be (diff)
downloadgitlab-ce-033aa1a885801c299a20ab39af6f897bb53dc3d4.tar.gz
refactor buttons pt1
Diffstat (limited to 'app/views/devise/sessions/new.html.haml')
-rw-r--r--app/views/devise/sessions/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/sessions/new.html.haml b/app/views/devise/sessions/new.html.haml
index 0983f3157c4..0a252e25487 100644
--- a/app/views/devise/sessions/new.html.haml
+++ b/app/views/devise/sessions/new.html.haml
@@ -11,7 +11,7 @@
= f.check_box :remember_me
%span Remember me
%br/
- = f.submit "Sign in", :class => "primary btn wide"
+ = f.submit "Sign in", :class => "btn-primary btn wide"
.right
= link_to "Forgot your password?", new_password_path(resource_name), :class => "btn"
%br/