Commit 4b198670c8113892cc907a7f750c26ca96cd6710

Authored by Dmitriy Zaporozhets
1 parent c4301ce0

Fix tags path

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/show.html.haml
@@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
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_repository_path(@project)
40 %p 40 %p
41 - = link_to pluralize(@repository.tag_names.count, 'tag'), tags_project_repository_path(@project) 41 + = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project)
42 42
43 - if @project.gitlab_ci? 43 - if @project.gitlab_ci?
44 %hr 44 %hr