polishing UI a bit. Added footer links for dashboard
This commit is contained in:
parent
6d8d32c244
commit
bf625b7c92
11 changed files with 117 additions and 71 deletions
|
@ -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')
|
||||
= "»"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue