summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatalia Tepluhina <ntepluhina@gitlab.com>2019-05-20 08:34:55 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-05-20 08:34:55 +0000
commit6a6438b4bacf413eaccd51921de8d946897ff901 (patch)
tree307a3d0b598d85e784ce7ecd8f6e30aadbd0d8b6
parent5f261b62c773b9d59c668ff31dde86cb53096027 (diff)
downloadgitlab-ce-6a6438b4bacf413eaccd51921de8d946897ff901.tar.gz
Move EE differences for `app/views/projects/commits/show.html.haml`
-rw-r--r--app/views/projects/commits/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml
index 9d254463fb6..2db1efdd52f 100644
--- a/app/views/projects/commits/show.html.haml
+++ b/app/views/projects/commits/show.html.haml
@@ -30,6 +30,8 @@
= link_to project_commits_path(@project, @ref, rss_url_options), title: _("Commits feed"), class: 'btn' do
= icon("rss")
+ = render_if_exists 'projects/commits/mirror_status'
+
%div{ id: dom_id(@project) }
%ol#commits-list.list-unstyled.content_list
= render 'commits', project: @project, ref: @ref