Add files via upload

latitude and longitude entries have been removed and geocode is invoked for selction of venue location.
This commit is contained in:
Abhinand-p 2017-04-05 03:31:53 -07:00 committed by GitHub
parent 5ed2ebe910
commit 1470976e40
3 changed files with 37 additions and 1 deletions

View file

@ -15,7 +15,7 @@
= semantic_form_for(@venue, url: admin_conference_venue_path(@conference.short_title)) do |f|
= 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
= f.inputs :street, :postalcode, :city, :country
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }
#commercials-content.tab-pane