Issue Labels: Edit, show, index + filter
This commit is contained in:
parent
4c1f435ab7
commit
1b1e77c728
12 changed files with 93 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue