From 4ae13f5f4245f9882e0bdfeb9ee68c85b2ea979e Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Wed, 16 Sep 2015 20:59:25 +0200 Subject: Fix displaying public projects --- app/views/ci/projects/_public.html.haml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/views/ci/projects/_public.html.haml b/app/views/ci/projects/_public.html.haml index c2157ab741a..bcbd60b83f0 100644 --- a/app/views/ci/projects/_public.html.haml +++ b/app/views/ci/projects/_public.html.haml @@ -2,11 +2,6 @@ %h3.project-title Public projects -.bs-callout - = link_to new_ci_user_sessions_path(state: generate_oauth_state(request.fullpath)) do - %strong Login with GitLab - to see your private projects - - if @projects.present? .projects %table.table -- cgit v1.2.1