Commit 4fa22d7d authored by Dennis Tang's avatar Dennis Tang

Resolve CE-EE conflict in app/views/projects/_home_panel.html.haml

parent 533c65f8
......@@ -63,7 +63,6 @@
- else
- deleted_message = s_('ForkedFromProjectPath|Forked from %{project_name} (deleted)')
= deleted_message % { project_name: fork_source_name(@project) }
<<<<<<< HEAD
- if @project.mirror?
- import_url = @project.safe_import_url
......@@ -71,8 +70,6 @@
Mirrored from #{link_to import_url, import_url}.
%br
= render "shared/mirror_status"
=======
>>>>>>> upstream/master
- if @project.badges.present?
.project-badges.mb-2
......
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