summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-04 17:51:13 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-04 17:51:25 +0200
commitc8ced2a7a13652e78cfdd367ba99b95dc897339b (patch)
tree3df8a6e56b87e0984fc3e7eeae5a689b201daa04 /app/views
parent513b37858d9d552375a81f5d145a935f87485234 (diff)
downloadgitlab-ci-c8ced2a7a13652e78cfdd367ba99b95dc897339b.tar.gz
Fix login buttons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/_nav.html.haml2
-rw-r--r--app/views/user_sessions/new.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_nav.html.haml b/app/views/layouts/_nav.html.haml
index 042fedb..ab2308a 100644
--- a/app/views/layouts/_nav.html.haml
+++ b/app/views/layouts/_nav.html.haml
@@ -29,4 +29,4 @@
Logout
- else
%li
- = link_to "Login with GitLab", auth_user_sessions_path, class: 'btn btn-new btn-login'
+ = link_to "Login with GitLab", auth_user_sessions_path, class: 'btn btn-success btn-login'
diff --git a/app/views/user_sessions/new.html.haml b/app/views/user_sessions/new.html.haml
index d54232b..5f33e09 100644
--- a/app/views/user_sessions/new.html.haml
+++ b/app/views/user_sessions/new.html.haml
@@ -4,5 +4,5 @@
Make sure you have account on GitLab server
= link_to GitlabCi.config.gitlab_server.url, GitlabCi.config.gitlab_server.url, no_turbolink
%hr
- = link_to "Login with GitLab", auth_user_sessions_path, no_turbolink.merge( class: 'btn btn-login btn-create' )
+ = link_to "Login with GitLab", auth_user_sessions_path, no_turbolink.merge( class: 'btn btn-login btn-success' )