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

@ -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>