summaryrefslogtreecommitdiff
path: root/app/views/ci/user_sessions/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/user_sessions/new.html.haml')
-rw-r--r--app/views/ci/user_sessions/new.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/ci/user_sessions/new.html.haml b/app/views/ci/user_sessions/new.html.haml
new file mode 100644
index 00000000000..308b217ea78
--- /dev/null
+++ b/app/views/ci/user_sessions/new.html.haml
@@ -0,0 +1,8 @@
+.login-block
+ %h2 Login using GitLab account
+ %p.light
+ 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_ci_user_sessions_path(state: params[:state]), no_turbolink.merge( class: 'btn btn-login btn-success' )
+