Simplify sidebar and navigation

Check existence of supporter levels
This commit is contained in:
Henne Vogelsang 2014-03-04 10:10:07 +01:00
parent 59933115fc
commit 0982be8579
21 changed files with 93 additions and 169 deletions

View file

@ -1,7 +1,7 @@
.container-fluid
.row-fluid
.span3
= render 'admin/conference/sidebar', :activated => "Emails"
= render 'admin/conference/sidebar'
.span9
= link_to "Template Help", "#", :id => "template-help-link"
#template-help
@ -47,4 +47,4 @@
$("#template-help-link").click(function() {
$("#template-help").toggle();
});
});
});