This commit is contained in:
nasia 2017-08-23 12:26:46 +03:00
parent 336c1e86bd
commit a0e1760ef1
8 changed files with 79 additions and 48 deletions

View file

@ -15,9 +15,6 @@
= f.input :picture
= f.input :website_url
= f.input :sponsorship_level, collection: @conference.sponsorship_levels
-# = f.input :type
-# = f.input :quantity
-# - generate_swags_hash(type, quantity)
%p.text-right
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }