From 2867c5f9e9ccf7e356753902240e52295d98288a Mon Sep 17 00:00:00 2001 From: Natalia Tepluhina Date: Sun, 19 May 2019 20:41:01 +0300 Subject: Added render_if_exists EE part --- 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