Commit ccba1a88 authored by Rémy Coutable's avatar Rémy Coutable

[EE] Reduce CE/EE difference in app/views/projects/tags/index.html.haml

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e2ee7bd9
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
= link_to new_project_tag_path(@project), class: 'btn btn-create new-tag-btn' do = link_to new_project_tag_path(@project), class: 'btn btn-create new-tag-btn' do
= s_('TagsPage|New tag') = s_('TagsPage|New tag')
= render 'projects/commits/mirror_status' = render_if_exists 'projects/commits/mirror_status'
.tags .tags
- if @tags.any? - if @tags.any?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment