gitlabhq/app/views/labels/index.html.haml

15 lines
255 B
Plaintext
Raw Normal View History

2012-08-24 12:05:40 +02:00
= 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