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.map_bug_comment.each do |comment|
14 xml.date comment.date_created
16 unless comment.commenter_id.nil?
17 xml.uid comment.commenter_id
18 xml.user comment.user.display_name
20 xml.user comment.commenter_name
23 xml.text comment.comment