Feature: Labels page. Index page

This commit is contained in:
randx 2012-08-24 13:05:40 +03:00
parent 14bd9c9228
commit 3dd7703b80
7 changed files with 81 additions and 1 deletions

View file

@ -0,0 +1,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