gitlabhq/app/views/labels/index.html.haml
2012-08-24 13:05:40 +03:00

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