From 0d34ada57d97d49387b1f266ad7191b9a2cb8849 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 25 Apr 2019 09:43:21 +0100 Subject: [PATCH] Fix EE differences in home_panel.html.haml Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11029 --- app/views/projects/_home_panel.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml index 50adc19f524..3ca4abddbb8 100644 --- a/app/views/projects/_home_panel.html.haml +++ b/app/views/projects/_home_panel.html.haml @@ -80,6 +80,8 @@ - deleted_message = s_('ForkedFromProjectPath|Forked from %{project_name} (deleted)') = deleted_message % { project_name: fork_source_name(@project) } + = render_if_exists "projects/home_mirror" + - if @project.badges.present? .project-badges.mb-2 - @project.badges.each do |badge|