Commit aaeaf7c973fb2d48a16cdd1b8af45c00c634611e

Authored by Johannes Schleifenbaum
1 parent 55582047

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