]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/_note.xml.builder
More whitespace fixes. Attempting to get tests to pass.
[rails.git] / app / views / notes / _note.xml.builder
index 2b978e325f116b4d8effbccaf772fa689f268ed7..ee9570205ce8e79d18e982aaea5487831cb51090 100644 (file)
@@ -27,6 +27,8 @@ xml.note("lon" => note.lon, "lat" => note.lat) do
           xml.user_url user_url(:display_name => comment.author.display_name, :host => SERVER_URL)
         end
 
+        xml.action comment.event
+
         if comment.body
           xml.text comment.body.to_text
           xml.html comment.body.to_html