Sha256: 4c794fec65f7ab2d32f4f18000ea3d1dece0f7bd87e06dddfedb93ea3b050992

Contents?: true

Size: 557 Bytes

Versions: 5

Compression:

Stored size: 557 Bytes

Contents

!!!
%html
  %head
    %title Whoops
    = stylesheet_link_tag 'whoops-application', :media => 'screen, projection'
    /[if IE]
      = stylesheet_link_tag 'ie.css', :media => 'screen, projection'
      
    = javascript_include_tag 'jquery-1.5.2.min', 'whoops'
    = yield :extra_javascripts
    = csrf_meta_tag

  %body{:id => @body_id}
    .topbar
      .listfill
        .container-fluid
          = link_to "Whoops", whoops_event_groups_path, :class => "brand"
    .container-fluid
      .sidebar
        = yield :sidebar
      .content
        = yield

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
whoops-0.2.4 app/views/layouts/whoops.html.haml
whoops-0.2.3 app/views/layouts/whoops.html.haml
whoops-0.2.2 app/views/layouts/whoops.html.haml
whoops-0.2.1 app/views/layouts/whoops.html.haml
whoops-0.2 app/views/layouts/whoops.html.haml