X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4d91fe3dd95c1058cb8d24fd4c900223e30b9059..d57755b737cbb38a590b0e017a4b5c6c661aea62:/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..6afb4a555 100644 --- a/app/views/notes/_note.json.jsonify +++ b/app/views/notes/_note.json.jsonify @@ -7,6 +7,9 @@ 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