diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 20:59:25 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 21:01:44 +0200 |
| commit | 4ae13f5f4245f9882e0bdfeb9ee68c85b2ea979e (patch) | |
| tree | 1bbe75452ea336e8abe9868604b2f86c63f8f445 | |
| parent | 6cf554bd3c41ceba1f02424ff12120b3b768759d (diff) | |
| download | gitlab-ce-fix-public-projects.tar.gz | |
Fix displaying public projectsfix-public-projects
| -rw-r--r-- | app/views/ci/projects/_public.html.haml | 5 |
1 files changed, 0 insertions, 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 |
