Sha256: 879d711545606a70cb427d1a4052b86318a1c9502232206d590e8c13ec979cd7

Contents?: true

Size: 219 Bytes

Versions: 15

Compression:

Stored size: 219 Bytes

Contents

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
whoops-0.1.10 app/views/events/_details.html.haml
whoops-0.1.9 app/views/events/_details.html.haml
whoops-0.1.8 app/views/events/_details.html.haml
whoops-0.1.7 app/views/events/_details.html.haml
whoops-0.1.6 app/views/events/_details.html.haml
whoops-0.1.5 app/views/events/_details.html.haml
whoops-0.1.4 app/views/events/_details.html.haml
whoops-0.1.3 app/views/events/_details.html.haml
whoops-0.1.2 app/views/events/_details.html.haml
whoops-0.1.1 app/views/events/_details.html.haml
whoops-0.1.0 app/views/events/_details.html.haml
whoops-0.0.5 app/views/events/_details.html.haml
whoops-0.0.4 app/views/events/_details.html.haml
whoops-0.0.3 app/views/events/_details.html.haml
whoops-0.0.2 app/views/events/_details.html.haml