2015-09-25 12:07:36 +05:30
|
|
|
.login-block
|
|
|
|
%h2 Login using GitLab account
|
|
|
|
%p.light
|
2015-11-26 14:37:03 +05:30
|
|
|
Make sure you have an account on the GitLab server
|
2015-09-25 12:07:36 +05:30
|
|
|
= 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' )
|