1 xml.bug("lon" => bug.lon, "lat" => bug.lat) do
3 xml.date_created bug.date_created
4 xml.nearby bug.nearby_place
7 if bug.status == "closed"
8 xml.date_closed bug.date_closed
12 bug.comments.each do |comment|
14 xml.date comment.date_created
15 xml.uid comment.commenter_id unless comment.commenter_id.nil?
16 xml.user comment.commenter_name
17 xml.text comment.comment