X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fd6abf41bff7c4329f586945ee1b170e8e80792d..0a3aba7f891ba55a5500f02907cec15d44554eae:/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 6afb4a555..f252a0dfc 100644 --- a/app/views/notes/_note.json.jsonify +++ b/app/views/notes/_note.json.jsonify @@ -11,7 +11,6 @@ json.properties do 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"