X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b4dbf6233c3785e62af5bd313381f1844e5bbc19..e80571c22c91061c3fc5f3b6fc164522d05031cb:/app/views/api/notes/index.gpx.builder?ds=inline diff --git a/app/views/api/notes/index.gpx.builder b/app/views/api/notes/index.gpx.builder index 58da357da..d737752bf 100644 --- a/app/views/api/notes/index.gpx.builder +++ b/app/views/api/notes/index.gpx.builder @@ -5,5 +5,5 @@ xml.gpx("version" => "1.1", "xmlns" => "http://www.topografix.com/GPX/1/1", "xmlns:xsi" => "http://www.w3.org/2001/XMLSchema-instance", "xsi:schemaLocation" => "http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd") do - xml << (render(:partial => "note", :collection => @notes) || "") + xml << (render(@notes) || "") end