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:
parent
3d242a3154
commit
e0a9ffcdaa
10 changed files with 38 additions and 33 deletions
|
@ -1,4 +1,3 @@
|
|||
= render 'admin/shared/projects_head'
|
||||
%h3.page_title
|
||||
Groups
|
||||
%small
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue