Sha256: ecbbde9c822c34b366050f27b59b66dbff637098fdcc666514cec993f749dfe5

Contents?: true

Size: 656 Bytes

Versions: 8

Compression:

Stored size: 656 Bytes

Contents

= will_paginate(@event_groups)
%table.event-group-list
  %thead
    %tr
      %th.header Service
      %th.header Message
      %th.header Type
      %th.header Env
      %th.header Last Occurrence
      %th.header
  - @event_groups.each do |event_group|
    %tr
      %td= event_group_scoped_link(event_group, :service)
      %td= link_to event_group.message, whoops_event_group_events_path(event_group)
      %td= event_group_scoped_link(event_group, :event_type)
      %td= event_group_scoped_link(event_group, :environment)
      %td= event_group.last_recorded_at.to_s(:whoops_default)
      %td= event_group.events.count
= will_paginate(@event_groups)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
whoops-0.1.3 app/views/event_groups/_list.html.haml
whoops-0.1.2 app/views/event_groups/_list.html.haml
whoops-0.1.1 app/views/event_groups/_list.html.haml
whoops-0.1.0 app/views/event_groups/_list.html.haml
whoops-0.0.5 app/views/event_groups/_list.html.haml
whoops-0.0.4 app/views/event_groups/_list.html.haml
whoops-0.0.3 app/views/event_groups/_list.html.haml
whoops-0.0.2 app/views/event_groups/_list.html.haml