projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
app
/
views
/
api
/
changesets
/
changeset.builder
diff --git
a/app/views/api/changesets/changeset.builder
b/app/views/api/changesets/changeset.builder
index e8da4006f531b71349b32831c03f2f2036ba87f8..cedfc81ea5ce34310cac041136bf9d5a39030f4f 100644
(file)
--- a/
app/views/api/changesets/changeset.builder
+++ b/
app/views/api/changesets/changeset.builder
@@
-3,5
+3,5
@@
xml.instruct! :xml, :version => "1.0"
# basic attributes
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
- osm << render(
:partial => "api/changesets/changeset.builder", :locals => { :changeset => @changeset }
)
+ osm << render(
@changeset
)
end