Sha256: 149a15e4bddad5c3976b3eadf72b5f44643711f8ddf8e218a8796b620f2bd757

Contents?: true

Size: 160 Bytes

Versions: 15

Compression:

Stored size: 160 Bytes

Contents

%ul.detail
  - detail.to_a.sort{|a,b| a[0] <=> b[0]}.each do |sub_detail|
    %li
      %span.key= sub_detail.first + ":"
      = format_detail(sub_detail.last)

Version data entries

15 entries across 15 versions & 1 rubygems

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