Commit 094a643d authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/shared/_label_row.html.haml

parent b51814a6
......@@ -24,12 +24,9 @@
.description-text
= markdown_field(label, :description)
.d-none.d-sm-none.d-md-block
<<<<<<< HEAD
- if show_label_epics_link
= link_to 'Epics', group_epics_path(@group, label_name:[label.name])
&middot;
=======
>>>>>>> gitlab-ce/master
- if show_label_issues_link
= link_to_label(label, subject: subject) { 'Issues' }
- if show_label_merge_requests_link
......
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