From 6a6438b4bacf413eaccd51921de8d946897ff901 Mon Sep 17 00:00:00 2001 From: Natalia Tepluhina Date: Mon, 20 May 2019 08:34:55 +0000 Subject: Move EE differences for `app/views/projects/commits/show.html.haml` --- app/views/projects/commits/show.html.haml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1