Sha256: 359d33ba1334b5b9519e9fd5f88e3e74af5393181564833d484e7a33540a706e

Contents?: true

Size: 162 Bytes

Versions: 15

Compression:

Stored size: 162 Bytes

Contents

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

Version data entries

15 entries across 15 versions & 1 rubygems

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