Fix labels for longitude latitude
This commit is contained in:
parent
a35f98b1a3
commit
6b3ed8a05e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
= semantic_form_for(@venue, url: admin_conference_venue_path(@conference.short_title)) do |f|
|
= semantic_form_for(@venue, url: admin_conference_venue_path(@conference.short_title)) do |f|
|
||||||
= f.inputs :name, :website
|
= f.inputs :name, :website
|
||||||
= f.input :description, input_html: { rows: 5, cols: 20, data: { provide: 'markdown-editable' } }, hint: markdown_hint
|
= f.input :description, input_html: { rows: 5, cols: 20, data: { provide: 'markdown-editable' } }, hint: markdown_hint
|
||||||
= f.inputs :street, :postalcode, :city, :country, :longitude, :latitude
|
= f.inputs :street, :postalcode, :city, :country, :latitude, :longitude
|
||||||
- unless @venue.photo.blank?
|
- unless @venue.photo.blank?
|
||||||
= image_tag @venue.photo(:thumb)
|
= image_tag @venue.photo(:thumb)
|
||||||
= f.input :photo
|
= f.input :photo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue