aboutsummaryrefslogtreecommitdiff
path: root/views/_alerts_table_alert_summary.haml
blob: 06f1dc2f86ad5840f4d8f9e556fde0e9f477dd8c (plain)
1
2
3
4
5
6
7
8
9
10
- alert = alerts_table_alert_summary if defined? alerts_table_alert_summary
%tr{ :class => row_class, :id => ["tr", "summary", alert.id] }
  %td
    %input{ :type => "checkbox", :id => "alerts[#{alert.id}]", :name => "alerts[#{alert.id}]", :class => 'alert' }
  %td
    %label{ :for => "alerts[#{alert.id}]" }
      %strong= alert.subject
      = alert.summary
    %a{ :id => ["a","detail", alert.id], :href => "/alert/#{alert.id}", :onclick => "fetchDetail('#{alert.id}'); return false;"} Details ↓
  %td= alert.raised_at.to_s_relative