mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 14:11:10 +00:00
13 lines
No EOL
661 B
Text
13 lines
No EOL
661 B
Text
.row
|
|
= 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 }
|
|
.row
|
|
.col-md-8
|
|
= render partial: 'submissions', locals: { conferences: @conferences, submissions: @submissions,
|
|
cfp_weeks: @cfp_weeks }
|
|
.col-md-4
|
|
.row
|
|
.col-md-8
|
|
= render partial: 'registrations', locals: { conferences: @conferences, registrations: @registrations,
|
|
registration_weeks: @registration_weeks }
|
|
.col-md-4 |