Guest User

Untitled

a guest
Jul 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. %legend Enter Information about pricing for registration
  2. - event_form.fields_for :prices do |price_form|
  3. .form_row
  4. = price_form.label :price_type, "Type (ie: Competitive, Adult, etc)"
  5. = price_form.text_field :price_type
  6. .form_row
  7. = price_form.label :price, "Price $"
  8. = price_form.text_field :price, {:class => "price"}
Add Comment
Please, Sign In to add comment