Group filtering on dashboard

This commit is contained in:
Dmitriy Zaporozhets 2012-10-02 19:37:53 +03:00
parent d6363e9359
commit f9eda9b33a
6 changed files with 83 additions and 26 deletions

View file

@ -0,0 +1,15 @@
.projects_box
%h5
Groups
%small
(#{groups.count})
%ul.unstyled
- groups.each do |group|
%li.wll
= link_to dashboard_path(group: group), class: dom_class(group) do
%strong.group_name= truncate(group.name, length: 25)
%span.arrow
→
%span.last_activity
%strong Projects:
%span= group.projects.count