2014-06-02 12:37:57 +02:00
|
|
|
.row
|
2014-06-03 16:27:10 +02:00
|
|
|
= render partial: 'top_boxes', locals: { total_user: @total_user, new_user: @new_user, active_user: @active_user,
|
|
|
|
|
total_reg: @total_reg, new_reg: @new_reg, submissions_count: @submissions_count }
|
2014-05-23 13:01:23 +02:00
|
|
|
.row
|
2014-06-03 16:27:10 +02:00
|
|
|
.col-md-8
|
|
|
|
|
= render partial: 'submissions', locals: { conferences: @conferences, submissions: @submissions,
|
|
|
|
|
cfp_weeks: @cfp_weeks }
|
|
|
|
|
.col-md-4
|
2014-06-02 12:37:57 +02:00
|
|
|
.row
|
2014-06-03 16:27:10 +02:00
|
|
|
.col-md-8
|
|
|
|
|
= render partial: 'registrations', locals: { conferences: @conferences, registrations: @registrations,
|
|
|
|
|
registration_weeks: @registration_weeks }
|
|
|
|
|
.col-md-4
|