Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-06-14 19:06:26 +0300
committerRémy Coutable <remy@rymai.me>2018-07-17 10:58:48 +0300
commit444b54ee38f9dfbc88ee9f99533832ef0ddce600 (patch)
treed28f47bb47614348bcc176d9c0d2ef02a285fa19
parentff744d5fb1eb8fb89b40a2e88b5069b53d444616 (diff)
Reduce CE/EE difference in app/views/projects/tags/index.html.haml
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