summaryrefslogtreecommitdiff
path: root/app/views/layouts/errors.html.haml
blob: 3554d88f10c0fd64092f374171af383ec5d4d90c (plain)
1
2
3
4
5
6
7
8
9
10
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: "Error"
  %body{class: "#{app_theme} application"}
    = render "layouts/flash"
    = render "layouts/head_panel", title: ""
    .container
      .content
        %center.padded.prepend-top-20
          = yield