mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
14 lines
No EOL
361 B
Text
14 lines
No EOL
361 B
Text
.container-fluid
|
|
.row
|
|
.col-md-2
|
|
- if @conference and not @conference.short_title.nil?
|
|
-# Individual admin sidebar
|
|
= render 'layouts/admin_sidebar'
|
|
-else
|
|
-# Index admin sidebar
|
|
= render 'layouts/admin_sidebar_index'
|
|
.col-md-10
|
|
#messages
|
|
=render 'layouts/messages'
|
|
#content
|
|
= yield |