Show project with namespace in feeds
This commit is contained in:
parent
8a08fdcd32
commit
f4d9059b7e
3 changed files with 12 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
- groups.each do |group|
|
||||
%li.wll
|
||||
= link_to group_path(id: group.path), class: dom_class(group) do
|
||||
%strong.group_name= truncate(group.name, length: 25)
|
||||
%strong.group_name= truncate(group.name, length: 35)
|
||||
%span.arrow
|
||||
→
|
||||
%span.last_activity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue