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

Fix the link to the project branches
This commit is contained in:
Dmitriy Zaporozhets 2013-08-15 13:29:01 -07:00
commit f2b3743819
1 changed files with 1 additions and 1 deletions

View File

@ -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)