summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-06-14 18:06:26 +0200
committerRémy Coutable <remy@rymai.me>2018-07-17 09:58:48 +0200
commit444b54ee38f9dfbc88ee9f99533832ef0ddce600 (patch)
treed28f47bb47614348bcc176d9c0d2ef02a285fa19
parentff744d5fb1eb8fb89b40a2e88b5069b53d444616 (diff)
downloadgitlab-ce-6104-extract-ee-specific-files-lines-for-some-platform-related-project-views.tar.gz
Reduce CE/EE difference in app/views/projects/tags/index.html.haml6104-extract-ee-specific-files-lines-for-some-platform-related-project-views
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--app/views/projects/tags/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/tags/index.html.haml b/app/views/projects/tags/index.html.haml
index 96ecac815c0..dab95ba09f2 100644
--- a/app/views/projects/tags/index.html.haml
+++ b/app/views/projects/tags/index.html.haml
@@ -26,6 +26,8 @@
= link_to new_project_tag_path(@project), class: 'btn btn-create new-tag-btn' do
= s_('TagsPage|New tag')
+ = render_if_exists 'projects/commits/mirror_status'
+
.tags
- if @tags.any?
%ul.flex-list.content-list