This commit is contained in:
Rishabh Saxena 2016-03-07 13:36:24 +00:00
commit a964864fc6
2 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,7 @@
.col-md-8
= semantic_form_for(@ticket, :url => (@ticket.new_record? ? admin_conference_tickets_path : admin_conference_ticket_path(@conference.short_title, @ticket))) do |f|
= f.input :title
= f.input :description, input_html: { rows: 5, data: { provide: "markdown-editable" } }
= f.input :description, input_html: { rows: 5, data: { provide: "markdown" } }
= f.input :price
= f.input :price_currency, as: :select, class: 'form-control', collection: ['USD', 'EUR', 'GBP', 'INR', 'CNY'], include_blank: false
%p.text-right