index.html.haml 255 Bytes
Newer Older
randx's avatar
randx committed
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.unstyled.labels-table
    - @labels.each do |label|
      = render 'label', label: label

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