]> git.openstreetmap.org Git - rails.git/blob - app/views/map_bugs/list.rjs
Rename a number of methods in the map_bugs controller
[rails.git] / app / views / map_bugs / list.rjs
1 @bugs.each do |bug|
2   page.call "putAJAXMarker",
3             bug.id, bug.lon, bug.lat,
4             bug.flatten_comment("<hr />"),
5             bug.status == "open" ? 0 : 1
6 end