X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c9fb1466085e7822a5dff22b2a2006d02b804178..91b3d1a83feba263cb4fe529fb76737f259107ac:/app/views/notes/_note.gpx.builder?ds=sidebyside diff --git a/app/views/notes/_note.gpx.builder b/app/views/notes/_note.gpx.builder index 4b9aa9869..22d9283ef 100644 --- a/app/views/notes/_note.gpx.builder +++ b/app/views/notes/_note.gpx.builder @@ -11,5 +11,8 @@ xml.wpt("lon" => note.lon, "lat" => note.lat) do end xml.id note.id + xml.url note_url(note, :format => params[:format]) + xml.comment_url comment_note_url(note, :format => params[:format]) + xml.close_url close_note_url(note, :format => params[:format]) end end