mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 04:34:03 +00:00
9 lines
No EOL
279 B
Text
9 lines
No EOL
279 B
Text
%h1
|
|
%span.glyphicon.glyphicon-dashboard
|
|
Dashboard for #{@conference.title}
|
|
%hr
|
|
.row
|
|
.col-md-4
|
|
= render partial: 'todo_list', locals: { conference_progress: @conference_progress }
|
|
.col-md-4
|
|
= render partial: 'top_submitter', locals: {top_submitter: @top_submitter} |