16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
.groups_box
|
|
%h5
|
|
Groups
|
|
%small
|
|
(#{groups.count})
|
|
%ul.unstyled
|
|
- groups.each do |group|
|
|
%li.wll
|
|
= link_to group_path(id: group.code), class: dom_class(group) do
|
|
%strong.group_name= truncate(group.name, length: 25)
|
|
%span.arrow
|
|
→
|
|
%span.last_activity
|
|
%strong Projects:
|
|
%span= group.projects.count
|