Mercurial > hg > soundsoftware-site
comparison app/helpers/activities_helper.rb @ 1330:441b66f148b6 live
HTML-safe the active colleagues box
author | Chris Cannam |
---|---|
date | Thu, 20 Jun 2013 11:32:06 +0100 |
parents | eb168c1e9553 |
children | 51364c0cd58f 1c7af51e9409 |
comparison
equal
deleted
inserted
replaced
1329:b2ea0641f798 | 1330:441b66f148b6 |
---|---|
110 s << "</dl>" | 110 s << "</dl>" |
111 | 111 |
112 finish = Time.now | 112 finish = Time.now |
113 logger.info "render_active_colleagues: took #{finish-start}" | 113 logger.info "render_active_colleagues: took #{finish-start}" |
114 | 114 |
115 s | 115 s.html_safe |
116 end | 116 end |
117 end | 117 end |
118 | 118 |
119 def busy_projects(events, count) | 119 def busy_projects(events, count) |
120 | 120 |