From 0a364762d96f2474e9cd177fba54b7a2e5614e8a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 4 Jan 2014 19:27:09 +0200 Subject: twbs3 style for admin, tree, network, commits Signed-off-by: Dmitriy Zaporozhets --- app/views/admin/dashboard/index.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/admin/dashboard/index.html.haml') diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index 1cbfc4ac1f8..dd663945ea9 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -4,7 +4,7 @@ You can manage projects, users and other GitLab data from here. %hr .admin_dash.row - .col-md-4 + .col-sm-4 .light-well %h4 Projects .data @@ -12,7 +12,7 @@ %h1= Project.count %hr = link_to 'New Project', new_project_path, class: "btn btn-new" - .col-md-4 + .col-sm-4 .light-well %h4 Users .data @@ -20,7 +20,7 @@ %h1= User.count %hr = link_to 'New User', new_admin_user_path, class: "btn btn-new" - .col-md-4 + .col-sm-4 .light-well %h4 Groups .data -- cgit v1.2.1