Commit aaeaf7c973fb2d48a16cdd1b8af45c00c634611e
1 parent
55582047
Exists in
master
and in
4 other 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 | 36 | %p |
37 | 37 | = link_to pluralize(@repository.round_commit_count, 'commit'), project_commits_path(@project, @ref || @repository.root_ref) |
38 | 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 | 40 | %p |
41 | 41 | = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project) |
42 | 42 | ... | ... |