Commit 401c4d20 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'ee/app/views/groups/epics/_epic.html.haml' into 'master'

Fix HAML in groups/epics/_epic.html.haml

See merge request gitlab-org/gitlab!58573
parents 13e2747c d48758f5
......@@ -26,7 +26,7 @@
- if epic.labels.any?
 
- epic.labels.each do |label|
= render_label(label.present(issuable_subject: @group), tooltip: true, link: group_epics_path(@group, label_name:[label.name]), small: true)
= render_label(label.present(issuable_subject: @group), tooltip: true, link: group_epics_path(@group, label_name: [label.name]), small: true)
.issuable-meta
%ul.controls
......
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