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.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/ci/user_sessions/new.html.haml b/app/views/ci/user_sessions/new.html.haml
deleted file mode 100644
index b8d9a1d7089..00000000000
--- a/app/views/ci/user_sessions/new.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-.login-block
- %h2 Login using GitLab account
- %p.light
- Make sure you have an account on the 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' )