X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1b222997779bcfef364cbb46d02fa3e074b96599..925bd812a2c9000c4901384b70f20e65b0f53cd4:/app/views/notes/index.xml.builder diff --git a/app/views/notes/index.xml.builder b/app/views/notes/index.xml.builder index 38b239afc..1e230b55d 100644 --- a/app/views/notes/index.xml.builder +++ b/app/views/notes/index.xml.builder @@ -1,3 +1,3 @@ xml.instruct! -xml << render(:partial => "note", :collection => @notes) +xml.notes << (render(:partial => "note", :collection => @notes) || "")