Commit 6dfed6e1 authored by Kushal Pandya's avatar Kushal Pandya

Show associated labels in Epic item

parent d7447de1
......@@ -12,3 +12,7 @@
·
opened #{time_ago_with_tooltip(epic.created_at, placement: 'bottom')}
by #{link_to_member(@group, epic.author, avatar: false)}
- if epic.labels.any?
 
- epic.labels.each do |label|
= link_to render_colored_label(label, tooltip: true), group_epics_path(@group, label_name:[label.name]), class: 'label-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