Implements global dashboard since last login boxes
This commit is contained in:
parent
70c7f78024
commit
ce6413530c
3 changed files with 61 additions and 0 deletions
|
|
@ -1,3 +1,36 @@
|
|||
.row
|
||||
.col-sm-3
|
||||
.dashbox.well.well-sm
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-user
|
||||
.text
|
||||
%var
|
||||
= @total_user
|
||||
%label.text-muted total user
|
||||
.col-sm-3
|
||||
.dashbox.well.well-sm
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-thumbs-up
|
||||
.text
|
||||
%var
|
||||
= @new_user
|
||||
%label.text-muted new user
|
||||
.col-sm-3
|
||||
.dashbox.well.well-sm
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-star
|
||||
.text
|
||||
%var
|
||||
= @total_reg
|
||||
%label.text-muted total registrations
|
||||
.col-sm-3
|
||||
.dashbox.well.well-sm
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-usd
|
||||
.text
|
||||
%var
|
||||
= @new_reg
|
||||
%label.text-muted new registrations
|
||||
.row
|
||||
.col-md-12
|
||||
.well#submissions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue