Fix EE differences in home_panel.html.haml

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11029
This commit is contained in:
Phil Hughes 2019-04-25 09:43:21 +01:00
parent 97678c09fd
commit 0d34ada57d
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
1 changed files with 2 additions and 0 deletions

View File

@ -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|