summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-10 16:26:11 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-10 16:26:11 +0300
commit4f953f6f7f0099698a58f54af2a24c5b631fd314 (patch)
treecd8c3a3d6fba4cad8d852c862c594a618d6f4d44 /app/views/admin/dashboard
parentc5f56ee8a06e305265d78cdb847f3dc87bd7e6f2 (diff)
downloadgitlab-ce-4f953f6f7f0099698a58f54af2a24c5b631fd314.tar.gz
Better styling for admin:teams:index page
Diffstat (limited to 'app/views/admin/dashboard')
-rw-r--r--app/views/admin/dashboard/index.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index d3c938bb8f2..a69b26073f0 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -50,6 +50,14 @@
%h4 Stats
%hr
%p
+ Teams
+ %span.light.pull-right
+ = UserTeam.count
+ %p
+ Forks
+ %span.light.pull-right
+ = ForkedProjectLink.count
+ %p
Issues
%span.light.pull-right
= Issue.count