Sha256: db55cb86dd305d7d3843527800cd9447f558a4a09a1c1d1dc4c4bcf8eb42f599

Contents?: true

Size: 281 Bytes

Versions: 18

Compression:

Stored size: 281 Bytes

Contents

%table.details.bordered-table
  %thead
    %tr
      %th.key Key
      %th Value
  %tr
    %td.key Message
    %td.value= event.message
  - event.details.to_a.sort{|a,b| a[0] <=> b[0]}.each do |detail|
    %tr
      %td.key= detail.first
      %td.value= format_detail(detail.last)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
whoops-0.5.5 app/views/events/_details.html.haml
whoops-0.5.4 app/views/events/_details.html.haml
whoops-0.5.3 app/views/events/_details.html.haml
whoops-0.5.2 app/views/events/_details.html.haml
whoops-0.5.1 app/views/events/_details.html.haml
whoops-0.5.0 app/views/events/_details.html.haml
whoops-0.4.0 app/views/events/_details.html.haml
whoops-0.3.5 app/views/events/_details.html.haml
whoops-0.3.4 app/views/events/_details.html.haml
whoops-0.3.3 app/views/events/_details.html.haml
whoops-0.3.2 app/views/events/_details.html.haml
whoops-0.3.1 app/views/events/_details.html.haml
whoops-0.3 app/views/events/_details.html.haml
whoops-0.2.4 app/views/events/_details.html.haml
whoops-0.2.3 app/views/events/_details.html.haml
whoops-0.2.2 app/views/events/_details.html.haml
whoops-0.2.1 app/views/events/_details.html.haml
whoops-0.2 app/views/events/_details.html.haml