Added registration segment to display description, period

Controller test for Conference#show

houndci fixes

Rebased with single entry for navigation branding

Conditional rendering of splash navbar
This commit is contained in:
Gopesh Tulsyan 2014-05-28 18:12:45 +05:30
parent 25a56097c5
commit abfb0884a1
6 changed files with 34 additions and 2 deletions

View file

@ -14,6 +14,7 @@
= f.input :end_date, :as => :string, :input_html => { :id => "conference-end-datepicker", :readonly => "readonly" }
= f.input :registration_start_date, :as => :string, :input_html => { :id => "conference-reg-start-datepicker", :readonly => "readonly" }
= f.input :registration_end_date, :as => :string, :input_html => { :id => "conference-reg-end-datepicker", :readonly => "readonly" }
= f.input :registration_description, hint: 'This description will appear in registration segment of the splash'
= f.inputs :name => "Media" do
- if !@conference.logo.blank?