Skip to content
Snippets Groups Projects
Commit 070f49fd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Make group name a link at header

parent 6b01196f
No related branches found
No related tags found
2 merge requests!2940Expanding repos and hooks paths in settings,!2787Feature: Projects page
Loading
Loading
@@ -55,7 +55,9 @@ module ProjectsHelper
 
def project_title project
if project.group
project.name_with_namespace
content_tag :span do
link_to(project.group.name, group_path(project.group)) + " / " + project.name
end
else
project.name
end
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