projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added missing wording for note "not found" and "timeout"
[rails.git]
/
app
/
views
/
notes
/
index.xml.builder
diff --git
a/app/views/notes/index.xml.builder
b/app/views/notes/index.xml.builder
index 38b239afc98e40bd5aec7ef58ebde5ce4de35593..c1c2be7e40a79d2e1eec16a6129443d2119c7f49 100644
(file)
--- a/
app/views/notes/index.xml.builder
+++ b/
app/views/notes/index.xml.builder
@@
-1,3
+1,5
@@
xml.instruct!
xml.instruct!
-xml << render(:partial => "note", :collection => @notes)
+xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
+ osm << (render(:partial => "note", :collection => @notes) || "")
+end