From 1b1e77c728e575a110e204e142e81bdff2737536 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 27 Jun 2012 21:20:35 +0300 Subject: Issue Labels: Edit, show, index + filter --- app/views/issues/_show.html.haml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/views/issues/_show.html.haml') diff --git a/app/views/issues/_show.html.haml b/app/views/issues/_show.html.haml index fe9b6b37c42..797d2387e31 100644 --- a/app/views/issues/_show.html.haml +++ b/app/views/issues/_show.html.haml @@ -2,6 +2,11 @@ .list_legend .icon .right + - issue.labels.each do |label| + %span.label.label-issue + %i.icon-tag + = label.name +   - if issue.notes.any? %span.btn.small.disabled.padded %i.icon-comment -- cgit v1.2.1