Commit f2b37438199dfb05ccfa5ef454d954e02380d2c9

Authored by Dmitriy Zaporozhets
2 parents 55582047 aaeaf7c9

Merge pull request #4789 from jojosch/fix-link-project-branches

Fix the link to the project branches
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/show.html.haml
@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 %p 36 %p
37 = link_to pluralize(@repository.round_commit_count, 'commit'), project_commits_path(@project, @ref || @repository.root_ref) 37 = link_to pluralize(@repository.round_commit_count, 'commit'), project_commits_path(@project, @ref || @repository.root_ref)
38 %p 38 %p
39 - = link_to pluralize(@repository.branch_names.count, 'branch'), project_repository_path(@project) 39 + = link_to pluralize(@repository.branch_names.count, 'branch'), project_branches_path(@project)
40 %p 40 %p
41 = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project) 41 = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project)
42 42