summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-04-25 12:45:41 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-04-25 12:45:41 +0000
commit0ed664ac4cf56a990540b1f93e5fd62b77c4ccc7 (patch)
tree1fdcc87ce09141ea2e9305493a79cb6ba816a2e6
parent1c940d9cb48e7a9f13430632cc10a52bdabe7149 (diff)
parent0d34ada57d97d49387b1f266ad7191b9a2cb8849 (diff)
downloadgitlab-ce-0ed664ac4cf56a990540b1f93e5fd62b77c4ccc7.tar.gz
Merge branch 'project-home-panel-differences' into 'master'
Fix EE differences in home_panel.html.haml Closes gitlab-ee#11029 See merge request gitlab-org/gitlab-ce!27664
-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|