projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
987398a
)
Rubocop fix
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 13 Mar 2019 11:14:31 +0000
(12:14 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sat, 16 Mar 2019 15:30:41 +0000
(15:30 +0000)
app/views/api/changesets/changesets.builder
patch
|
blob
|
history
diff --git
a/app/views/api/changesets/changesets.builder
b/app/views/api/changesets/changesets.builder
index ab7064f20abd3f7dd4d9054f3bd77642350bd352..da434f1f45192dda39497cb05ecf1de43fc03ec7 100644
(file)
--- a/
app/views/api/changesets/changesets.builder
+++ b/
app/views/api/changesets/changesets.builder
@@
-4,6
+4,6
@@
xml.instruct! :xml, :version => "1.0"
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
@changesets.each do |changeset|
-
osm << render(:partial => "api/changesets/changeset.builder", :locals => { :changeset => changeset })
+ osm << render(:partial => "api/changesets/changeset.builder", :locals => { :changeset => changeset })
end
end