Commit 0d34ada5 authored by Phil Hughes's avatar Phil Hughes

Fix EE differences in home_panel.html.haml

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11029
parent 97678c09
......@@ -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|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment