diff options
Diffstat (limited to 'app/views/issues/show.html.haml')
| -rw-r--r-- | app/views/issues/show.html.haml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index 1bb4e04d2b6..cd7ad57a7e8 100644 --- a/app/views/issues/show.html.haml +++ b/app/views/issues/show.html.haml @@ -51,9 +51,11 @@ = truncate(milestone.title, :length => 20) .right - - if @issue.critical - %span.label.label-important - Critical + - @issue.labels.each do |label| + %span.label.label-issue + %i.icon-tag + = label.name + - if @issue.description.present? .bottom_box_content |
