summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-04-25 09:43:21 +0100
committerPhil Hughes <me@iamphill.com>2019-04-25 09:43:21 +0100
commit0d34ada57d97d49387b1f266ad7191b9a2cb8849 (patch)
tree2a35414fffc2721edc9c53fea58aab88f2fac364
parent97678c09fd919b3fb2240dbe4d2a063a54780e55 (diff)
downloadgitlab-ce-0d34ada57d97d49387b1f266ad7191b9a2cb8849.tar.gz
Fix EE differences in home_panel.html.haml
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11029
-rw-r--r--app/views/projects/_home_panel.html.haml2
1 files changed, 2 insertions, 0 deletions
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|