New admin menu
This commit is contained in:
parent
29cd9d0132
commit
89fb059aaa
35 changed files with 209 additions and 170 deletions
14
app/views/layouts/_admin.html.haml
Normal file
14
app/views/layouts/_admin.html.haml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue