summaryrefslogtreecommitdiff
path: root/app/views/issues
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/_issue.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_issue.html.haml b/app/views/issues/_issue.html.haml
index 3d1ecd43881..ab34116b42f 100644
--- a/app/views/issues/_issue.html.haml
+++ b/app/views/issues/_issue.html.haml
@@ -34,6 +34,6 @@
= render 'votes/votes_inline', votable: issue
%span
- issue.labels.each do |label|
- %span.label
+ %span.label.label-info
%i.icon-tag
= label.name