projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a missing translation
[rails.git]
/
app
/
views
/
notes
/
show.xml.builder
diff --git
a/app/views/notes/show.xml.builder
b/app/views/notes/show.xml.builder
index cfb28c20e1b7d70028b0a5e302c8afcb4c045890..f16cda3a620746dbef9bdc20b3f8c19849ddd4c1 100644
(file)
--- a/
app/views/notes/show.xml.builder
+++ b/
app/views/notes/show.xml.builder
@@
-1,3
+1,5
@@
xml.instruct!
-xml << render(:partial => "note", :object => @note)
+xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
+ osm << render(:partial => "note", :object => @note)
+end