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