Skip to content
Snippets Groups Projects
Commit aaeaf7c9 authored by Johannes Schleifenbaum's avatar Johannes Schleifenbaum
Browse files

Fix the link to the project branches

parent 55582047
No related branches found
No related tags found
1 merge request!4789Fix the link to the project branches
Loading
Loading
@@ -36,7 +36,7 @@
%p
= link_to pluralize(@repository.round_commit_count, 'commit'), project_commits_path(@project, @ref || @repository.root_ref)
%p
= link_to pluralize(@repository.branch_names.count, 'branch'), project_repository_path(@project)
= link_to pluralize(@repository.branch_names.count, 'branch'), project_branches_path(@project)
%p
= link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project)
 
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