New admin menu

This commit is contained in:
Chrisbr 2014-05-22 18:19:07 +02:00
parent 29cd9d0132
commit 89fb059aaa
35 changed files with 209 additions and 170 deletions

View 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