]> git.openstreetmap.org Git - rails.git/commit
Render the links using partial so we can do the appropriate rendering
authorTom Hughes <tom@compton.nu>
Wed, 5 Aug 2009 23:39:24 +0000 (23:39 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 5 Aug 2009 23:39:24 +0000 (23:39 +0000)
commite477f68a6c1da16b2b976ff97750a65bbd0e3dd9
tree6a2d0d42f89e82b4d10e92deffd9955a08a736be
parentc0c506adde3d0620bec05e309409954d8969e4ea
Render the links using partial so we can do the appropriate rendering
for HTML and Atom versions and hopefully get the escaping right in the
feed. Closes #2135.
app/controllers/changeset_controller.rb
app/views/changeset/_bbox.atom.builder [new file with mode: 0644]
app/views/changeset/_bbox.html.erb [new file with mode: 0644]
app/views/changeset/_user.atom.builder [new file with mode: 0644]
app/views/changeset/_user.html.erb [new file with mode: 0644]