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
|
@ -3,6 +3,11 @@
|
|||
Groups
|
||||
%small
|
||||
(#{groups.count})
|
||||
- if current_user.can_create_group?
|
||||
%span.right
|
||||
= link_to new_admin_group_path, class: "btn very_small info" do
|
||||
%i.icon-plus
|
||||
New Group
|
||||
%ul.unstyled
|
||||
- groups.each do |group|
|
||||
%li.wll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue