Use machine-readable lat/lon format

This commit is contained in:
John Firebaugh 2013-11-21 11:31:58 -08:00
parent ee10cb1290
commit fbd5a88b24
2 changed files with 7 additions and 6 deletions

View file

@ -11,7 +11,7 @@
<%= h(@note.comments.first.body.to_html) %>
</div>
<div class="details" data-coordinates="<%= number_with_delimiter(@note.lat) %>,<%=number_with_delimiter(@note.lon) %>" data-status="<%= @note.status %>">
<div class="details" data-coordinates="<%= @note.lat %>,<%= @note.lon %>" data-status="<%= @note.status %>">
<%= note_event('open', @note.created_at, @note.author) %>
<% if @note.status == "closed" %>
<br/>