]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/note/list.gpx.builder
Mass rename of "bugs" as "notes" for increased user friendliness
[rails.git] / app / views / note / list.gpx.builder
similarity index 79%
rename from app/views/map_bugs/list.gpx.builder
rename to app/views/note/list.gpx.builder
index f543c1a021e5255921f0f12072952c5af0bea9ef..7a30460274558f8525de58cd6cabca2c169c143f 100644 (file)
@@ -3,5 +3,5 @@ xml.instruct!
 xml.gpx("version" => "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 => "bug", :collection => @bugs)
+  xml << render(:partial => "note", :collection => @notes)
 end