Simplify sidebar and navigation
Check existence of supporter levels
This commit is contained in:
parent
59933115fc
commit
0982be8579
21 changed files with 93 additions and 169 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.container-fluid
|
||||
.row-fluid
|
||||
.span3
|
||||
= render 'admin/conference/sidebar', :activated => "Call for Papers"
|
||||
= render 'admin/conference/sidebar'
|
||||
.span9
|
||||
= semantic_form_for(@cfp, :url => admin_conference_cfp_update_path(@conference.short_title),:html => {:multipart => true}) do |f|
|
||||
= f.input :start_date, :as => :string, :input_html => { :id => "conference-start-datepicker", :readonly => "readonly" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue