polishing UI a bit. Added footer links for dashboard

This commit is contained in:
Dmitriy Zaporozhets 2012-09-19 09:14:07 +03:00
parent 6d8d32c244
commit bf625b7c92
11 changed files with 117 additions and 71 deletions

View file

@ -1,4 +1,9 @@
%li.wll
%strong= label.name
%strong
%i.icon-tag
= label.name
.right
%span= pluralize label.count, 'issue'
= link_to project_issues_path(label_name: label.name) do
%strong
= pluralize(label.count, 'issue')
= "»"