diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index a69b26073f0e0c928a84ac606d16364c32b05a2e..fc64733b8d7ea147b247cdaabb7dd41cfa7d91e6 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -1,5 +1,5 @@ .admin_dash.row - .span4 + .span3 .ui-box %h5.title Projects .data.padded @@ -7,7 +7,7 @@ %h1= Project.count %hr = link_to 'New Project', new_project_path, class: "btn btn-small" - .span4 + .span3 .ui-box %h5.title Users .data.padded @@ -15,7 +15,7 @@ %h1= User.count %hr = link_to 'New User', new_admin_user_path, class: "btn btn-small" - .span4 + .span3 .ui-box %h5.title Groups .data.padded @@ -23,6 +23,15 @@ %h1= Group.count %hr = link_to 'New Group', new_admin_group_path, class: "btn btn-small" + .span3 + .ui-box + %h5.title Teams + .data.padded + = link_to admin_teams_path do + %h1= UserTeam.count + %hr + = link_to 'New Team', new_admin_team_path, class: "btn btn-small" + .row .span4 @@ -49,10 +58,6 @@ .span4 %h4 Stats %hr - %p - Teams - %span.light.pull-right - = UserTeam.count %p Forks %span.light.pull-right