Add tickets to registration segment

This commit is contained in:
Gopesh Tulsyan 2014-05-29 20:23:33 +05:30
parent abfb0884a1
commit e2fd1bbd69
10 changed files with 42 additions and 2 deletions

View file

@ -15,6 +15,7 @@
= 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.input :ticket_description, hint: 'This will appear in the Tickets segment of the splash'
= f.inputs :name => "Media" do
- if !@conference.logo.blank?

View file

@ -2,6 +2,9 @@
<%= f.inputs do %>
<%= f.input :title%>
<%= f.input :url %>
<%= f.input :description %>
<%= f.input :ticket_price, hint: 'Please enter price with currency symbol.
For example, $200,₹300' %>
<%= remove_association_link :supporter_level, f %>
<% end %>
</div>