summaryrefslogtreecommitdiff
path: root/app/views/labels/index.html.haml
blob: 6eb2c00e56d28f4b4e181c45cad3497346ee8447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
= render "issues/head"

%h3.page_title
  Labels
%br
%div.ui-box
  %ul.well-list.labels-table
    - @labels.each do |label|
      = render 'label', label: label

    - unless @labels.present?
      %li
        %h3.nothing_here_message Nothing to show here