15 lines
255 B
Plaintext
15 lines
255 B
Plaintext
|
= render "issues/head"
|
||
|
|
||
|
%h3.page_title
|
||
|
Labels
|
||
|
%br
|
||
|
%div.ui-box
|
||
|
%ul.unstyled.labels-table
|
||
|
- @labels.each do |label|
|
||
|
= render 'label', label: label
|
||
|
|
||
|
- unless @labels.present?
|
||
|
%li
|
||
|
%h3.nothing_here_message Nothing to show here
|
||
|
|