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
|
@ -1,3 +1,4 @@
|
|||
= render 'admin/shared/projects_head'
|
||||
%h3.page_title
|
||||
Projects
|
||||
= link_to 'New Project', new_admin_project_path, class: "btn small right"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
= render 'admin/shared/projects_head'
|
||||
%h3.page_title
|
||||
Project: #{@admin_project.name}
|
||||
= link_to edit_admin_project_path(@admin_project), class: "btn right" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue