Add logo for booths

This commit is contained in:
nasia 2017-06-27 17:23:37 +03:00
parent 5734c90d1e
commit 3e97200a29
5 changed files with 7 additions and 5 deletions

View file

@ -9,8 +9,9 @@
= f.input :description, input_html: { rows: 5, data: { provide: 'markdown-editable' } }, required: true
= f.input :reasoning, input_html: { rows: 5, data: { provide: 'markdown-editable' } }, required: true
= responsibles_selector_input f
= f.input :logo_link, as: :string, required: true
= image_tag f.object.picture.thumb.url if f.object.picture?
= f.input :picture
%p.text-right
- if @booth.new_record?
= f.submit 'Create Booth Request', class: 'btn btn-success'