Fix the venue display on splash
This commit is contained in:
parent
5a0328842e
commit
ff025a4839
3 changed files with 14 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue