Commit e635a46f authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/shared/milestones/_sidebar.html.haml

parent 837c502f
......@@ -78,11 +78,7 @@
%span= milestone.issues_visible_to_user(current_user).count
.title.hide-collapsed
Issues
<<<<<<< HEAD
%span.badge.badge-pill= milestone.issues_visible_to_user(current_user).count
=======
%span.badg.badge-pille= milestone.issues_visible_to_user(current_user).count
>>>>>>> gitlab-ce/master
- if show_new_issue_link?(project)
= link_to new_project_issue_path(project, issue: { milestone_id: milestone.id }), class: "float-right", title: "New Issue" do
New issue
......
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