summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 20:36:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 20:36:21 +0300
commita41875d21e9c87f15754c1d23db3a6fb80b7bdcd (patch)
treee94fd2b56af049f6035e957b05710417bfccbf28 /app/views/admin/dashboard/index.html.haml
parente97abfce3b9e4e836aaf9d9ac32a45c6490f8831 (diff)
downloadgitlab-ce-a41875d21e9c87f15754c1d23db3a6fb80b7bdcd.tar.gz
Replace %h5.title with div.title
Diffstat (limited to 'app/views/admin/dashboard/index.html.haml')
-rw-r--r--app/views/admin/dashboard/index.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index 2774ccb85fe..9ed788d0d9d 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -1,7 +1,7 @@
.admin_dash.row
.span4
.ui-box
- %h5.title Projects
+ .title Projects
.data.padded
= link_to admin_projects_path do
%h1= Project.count
@@ -9,7 +9,7 @@
= link_to 'New Project', new_project_path, class: "btn btn-small"
.span4
.ui-box
- %h5.title Users
+ .title Users
.data.padded
= link_to admin_users_path do
%h1= User.count
@@ -17,7 +17,7 @@
= link_to 'New User', new_admin_user_path, class: "btn btn-small"
.span4
.ui-box
- %h5.title Groups
+ .title Groups
.data.padded
= link_to admin_groups_path do
%h1= Group.count