Mass rename of "bugs" as "notes" for increased user friendliness
This commit is contained in:
parent
bb490aca81
commit
e3b8b89330
42 changed files with 448 additions and 395 deletions
7
app/views/note/read.gpx.builder
Normal file
7
app/views/note/read.gpx.builder
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue