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
5
app/views/admin/shared/_projects_head.html.haml
Normal file
5
app/views/admin/shared/_projects_head.html.haml
Normal file
|
@ -0,0 +1,5 @@
|
|||
%ul.nav.nav-tabs
|
||||
= nav_link(controller: :projects) do
|
||||
= link_to 'Projects', admin_projects_path, class: "tab"
|
||||
= nav_link(controller: :groups) do
|
||||
= link_to 'Groups', admin_groups_path, class: "tab"
|
Loading…
Add table
Add a link
Reference in a new issue