Commit d48758f5 authored by Takuya Noguchi's avatar Takuya Noguchi

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

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent a9239491
......@@ -26,7 +26,7 @@
- if epic.labels.any?
&nbsp;
- 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