Implements todo list for global dashboard
This commit is contained in:
parent
852e2d4243
commit
60cfc992af
12 changed files with 372 additions and 96 deletions
49
app/views/admin/conference/_top_boxes.html.haml
Normal file
49
app/views/admin/conference/_top_boxes.html.haml
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
.row
|
||||
.col-sm-2
|
||||
.dashbox.well.well-sm.text-center
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-user
|
||||
.text
|
||||
%var
|
||||
= total_user
|
||||
%label.text-muted total user
|
||||
.col-sm-2
|
||||
.dashbox.well.well-sm.text-center
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-thumbs-up
|
||||
.text
|
||||
%var
|
||||
= new_user
|
||||
%label.text-muted new user
|
||||
.col-sm-2
|
||||
.dashbox.well.well-sm.text-center
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-heart-empty
|
||||
.text
|
||||
%var
|
||||
= active_user
|
||||
%label.text-muted active user
|
||||
.col-sm-2
|
||||
.dashbox.well.well-sm.text-center
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-star
|
||||
.text
|
||||
%var
|
||||
= total_reg
|
||||
%label.text-muted total registrations
|
||||
.col-sm-2
|
||||
.dashbox.well.well-sm.text-center
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-usd
|
||||
.text
|
||||
%var
|
||||
= new_reg
|
||||
%label.text-muted new registrations
|
||||
.col-sm-2
|
||||
.dashbox.well.well-sm.text-center
|
||||
.icon
|
||||
%i.glyphicon.glyphicon-comment
|
||||
.text
|
||||
%var
|
||||
= submissions_count
|
||||
%label.text-muted submissions
|
||||
Loading…
Add table
Add a link
Reference in a new issue