Group: new link on dashboard if admin. Fixed people count
This commit is contained in:
parent
26045d7a2c
commit
ce1b742b1e
4 changed files with 11 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
%h5
|
||||
People
|
||||
%small
|
||||
(#{@users.count})
|
||||
(#{@users.size})
|
||||
%ul.unstyled
|
||||
- @users.each do |user|
|
||||
%li.wll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue