Mass rename of "bugs" as "notes" for increased user friendliness

This commit is contained in:
Tom Hughes 2011-05-21 17:22:31 +01:00
parent bb490aca81
commit e3b8b89330
42 changed files with 448 additions and 395 deletions

View file

@ -0,0 +1,7 @@
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 => "note", :object => @note)
end