Fix project.code-related functionality
This commit is contained in:
parent
c50ec72b52
commit
470aa7675e
8 changed files with 9 additions and 16 deletions
|
@ -11,7 +11,7 @@
|
|||
%ul.unstyled
|
||||
- groups.each do |group|
|
||||
%li.wll
|
||||
= link_to group_path(id: group.code), class: dom_class(group) do
|
||||
= link_to group_path(id: group.path), class: dom_class(group) do
|
||||
%strong.group_name= truncate(group.name, length: 25)
|
||||
%span.arrow
|
||||
→
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue