Skip to content
Snippets Groups Projects
Commit 4b198670 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix tags path

parent c4301ce0
No related branches found
No related tags found
1 merge request!1Fix Links To Gitlab Cloud
Loading
@@ -38,7 +38,7 @@
Loading
@@ -38,7 +38,7 @@
%p %p
= link_to pluralize(@repository.branch_names.count, 'branch'), project_repository_path(@project) = link_to pluralize(@repository.branch_names.count, 'branch'), project_repository_path(@project)
%p %p
= link_to pluralize(@repository.tag_names.count, 'tag'), tags_project_repository_path(@project) = link_to pluralize(@repository.tag_names.count, 'tag'), project_tags_path(@project)
   
- if @project.gitlab_ci? - if @project.gitlab_ci?
%hr %hr
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment