diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-17 07:33:26 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-17 07:33:26 +0000 |
commit | 32fc0a259c50bd80e94dfd22e12179a4e69f8ddc (patch) | |
tree | 9f92acfcba7759e56cf42292fd35dcf35a7c6707 | |
parent | da3d35952d5b106a3e507244b2ac649a082652b6 (diff) | |
parent | 4ae13f5f4245f9882e0bdfeb9ee68c85b2ea979e (diff) | |
download | gitlab-ce-32fc0a259c50bd80e94dfd22e12179a4e69f8ddc.tar.gz |
Merge branch 'fix-public-projects' into 'master'
Fix displaying public projects
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/2552
See merge request !1318
-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 |