Skip to content
Snippets Groups Projects
Commit 8589f0f4 authored by Stephen Lottermoser's avatar Stephen Lottermoser
Browse files

Non-logged in users see public project names as static text

In the public area, project names are shown as static text for
non-logged in users, while logged-in users are given project
names as links they can follow to the project's page.
parent a7ba81ea
No related branches found
No related tags found
1 merge request!3801Internally public projects
Loading
Loading
@@ -9,7 +9,10 @@
%li.clearfix
%h5
%i.icon-share
= link_to_project project
- if current_user
= link_to_project project
- else
= project.name_with_namespace
.pull-right
%pre.dark.tiny git clone #{project.http_url_to_repo}
%p.description
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment