Sha256: 2f0e77369ec0f300ee154006aa1403fa7975296f2b1462e4ad9e5b4c8cd66700

Contents?: true

Size: 786 Bytes

Versions: 7

Compression:

Stored size: 786 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 "Event Groups", whoops_event_groups_path, :class => "brand"
          = link_to "Notification Subscriptions", whoops_notification_subscriptions_path, :class => "brand"
          = link_to "Whoops Documentation", "http://www.whoopsapp.com/", :class => "documentation"
    .container-fluid#main
      .sidebar
        = yield :sidebar
      .content
        = yield
          

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whoops-0.5.5 app/views/layouts/whoops.html.haml
whoops-0.5.4 app/views/layouts/whoops.html.haml
whoops-0.5.3 app/views/layouts/whoops.html.haml
whoops-0.5.2 app/views/layouts/whoops.html.haml
whoops-0.5.1 app/views/layouts/whoops.html.haml
whoops-0.5.0 app/views/layouts/whoops.html.haml
whoops-0.4.0 app/views/layouts/whoops.html.haml