X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c9fb1466085e7822a5dff22b2a2006d02b804178..78f608b114c05f1147936a57b930831e28000c1a:/app/views/notes/_note.json.jsonify?ds=sidebyside diff --git a/app/views/notes/_note.json.jsonify b/app/views/notes/_note.json.jsonify index ba9ccd944..f252a0dfc 100644 --- a/app/views/notes/_note.json.jsonify +++ b/app/views/notes/_note.json.jsonify @@ -7,8 +7,10 @@ end json.properties do json.id note.id + json.url note_url(note, :format => params[:format]) + json.comment_url comment_note_url(note, :format => params[:format]) + json.close_url close_note_url(note, :format => params[:format]) json.date_created note.created_at - json.nearby note.nearby_place json.status note.status json.closed_at note.closed_at if note.status == "closed"