Added ability to manage groups from admin

This commit is contained in:
Dmitriy Zaporozhets 2012-10-03 12:49:43 +03:00
parent 010ac2b17f
commit 224fb5770c
11 changed files with 26 additions and 7 deletions

View file

@ -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"

View file

@ -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