summaryrefslogtreecommitdiff
path: root/app/views/issues/_show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-06-27 21:20:35 +0300
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-06-27 21:20:35 +0300
commit1b1e77c728e575a110e204e142e81bdff2737536 (patch)
treed0128a4f81844b219ba4fe5e9554342e63a0300e /app/views/issues/_show.html.haml
parent4c1f435ab78e5d4da3d6aaaf20579be13b662d02 (diff)
downloadgitlab-ce-1b1e77c728e575a110e204e142e81bdff2737536.tar.gz
Issue Labels: Edit, show, index + filter
Diffstat (limited to 'app/views/issues/_show.html.haml')
-rw-r--r--app/views/issues/_show.html.haml5
1 files changed, 5 insertions, 0 deletions
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
+ &nbsp;
- if issue.notes.any?
%span.btn.small.disabled.padded
%i.icon-comment