Implements todo list for instance dashboard

This commit is contained in:
Chrisbr 2014-06-03 16:27:10 +02:00
parent 852e2d4243
commit 65a73f876a
13 changed files with 333 additions and 102 deletions

View file

@ -0,0 +1,21 @@
.col-sm-4
.dashbox.well.well-sm.text-center
.icon
%i.glyphicon.glyphicon-user
.text
%label.text-muted total user: #{@total_user}
%label.text-muted new user: #{@new_user}
.col-sm-4
.dashbox.well.well-sm.text-center
.icon
%i.glyphicon.glyphicon-star
.text
%label.text-muted total registrations: #{@total_reg}
%label.text-muted new registrations: #{@new_reg}
.col-sm-4
.dashbox.well.well-sm.text-center
.icon
%i.glyphicon.glyphicon-comment
.text
%label.text-muted total submissions: #{@total_submissions}
%label.text-muted new submissions: #{@new_submissions}