X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/94b59f440321846760d430fee378f05a6a2803ee..783b5e3729228908d7404ae7404af1023501a906:/app/views/api/notes/show.gpx.builder?ds=sidebyside diff --git a/app/views/api/notes/show.gpx.builder b/app/views/api/notes/show.gpx.builder index f87ff4dd9..750d01f56 100644 --- a/app/views/api/notes/show.gpx.builder +++ b/app/views/api/notes/show.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", :object => @note) + xml << render(@note) end