Fix the venue display on splash

This commit is contained in:
Henne Vogelsang 2016-06-30 17:31:11 +02:00
parent 5a0328842e
commit ff025a4839
3 changed files with 14 additions and 36 deletions

View file

@ -16,9 +16,6 @@
= f.inputs :name, :website
= f.input :description, input_html: { rows: 5, cols: 20, data: { provide: 'markdown-editable' } }, hint: markdown_hint
= f.inputs :street, :postalcode, :city, :country, :latitude, :longitude
- if @venue.picture?
= image_tag @venue.picture.thumb.url
= f.input :picture
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }
#commercials-content.tab-pane