- body :bugurl => url_for(:host => SERVER_URL,
- :controller => "browse",
- :action => "bug",
- :id => bug_comment.bug_id),
- :place => bug_comment.map_bug.nearby_place,
- :comment => bug_comment.comment,
+ body :nodeurl => url_for(:host => SERVER_URL,
+ :controller => "browse",
+ :action => "note",
+ :id => comment.note_id),
+ :place => comment.note.nearby_place,
+ :comment => comment.body,