%tr{:class => %w(detail) + row_class, :id => ["tr", "detail", alert.id] } %td   %td{:colspan => 2} .detail :textile #{alert.detail} %address - if alert.raised? or alert.acknowledged? Raised at #{(alert.raised_at || Time.now).to_s_human} • - if alert.suppressed? Notifications suppressed until #{alert.suppress_until.to_s_human} • - if alert.acknowledged? Ack'd at #{alert.acknowledged_at.to_s_human} by #{alert.acknowledged_by} • Source: #{alert.source} • %a{ :href => "/alert/#{alert.id}" } More details • %a{ :href => "#", :onclick => "$('#tr_detail_#{alert.id}').hide(); return false;"} Hide details