X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fd6abf41bff7c4329f586945ee1b170e8e80792d..0a3aba7f891ba55a5500f02907cec15d44554eae:/app/views/notes/_note.xml.builder diff --git a/app/views/notes/_note.xml.builder b/app/views/notes/_note.xml.builder index c00b49c73..a68946bb7 100644 --- a/app/views/notes/_note.xml.builder +++ b/app/views/notes/_note.xml.builder @@ -4,7 +4,6 @@ xml.note("lon" => note.lon, "lat" => note.lat) do xml.comment_url comment_note_url(note, :format => params[:format]) xml.close_url close_note_url(note, :format => params[:format]) xml.date_created note.created_at - xml.nearby note.nearby_place xml.status note.status if note.status == "closed"