Added ability to manage groups from admin
This commit is contained in:
parent
010ac2b17f
commit
224fb5770c
11 changed files with 26 additions and 7 deletions
|
@ -3,11 +3,6 @@
|
|||
Projects
|
||||
%small
|
||||
(#{projects.count})
|
||||
- if current_user.can_create_project?
|
||||
%span.right
|
||||
= link_to new_project_path, class: "btn very_small info" do
|
||||
%i.icon-plus
|
||||
New Project
|
||||
%ul.unstyled
|
||||
- projects.each do |project|
|
||||
%li.wll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue