Improve admin views for project and groups

* layout: add 'Groups' item to main_menu
* admin/dashboard: add a ui-box for groups
* projects and groups: remove nav tabs
This commit is contained in:
Cyril 2012-11-28 17:08:25 +01:00
parent 3d242a3154
commit e0a9ffcdaa
10 changed files with 38 additions and 33 deletions

View file

@ -1,4 +1,3 @@
= render 'admin/shared/projects_head'
%h3.page_title
Groups
%small

View file

@ -1,4 +1,3 @@
= render 'admin/shared/projects_head'
%h3.page_title
Group: #{@group.name}
= link_to edit_admin_group_path(@group), class: "btn right" do