5 "coordinates": [ <%= note.lon %>, <%= note.lat %> ]
9 "date_created": "<%= note.created_at %>",
10 "nearby": "<%= note.nearby_place %>",
11 "status": "<%= note.status %>",
12 <% if note.status == "closed" -%>
13 "closed_at": "<%= note.closed_at %>",
16 <%= render :partial => "note_comment", :collection => note.comments, :spacer_template => "note_spacer" -%>