summaryrefslogtreecommitdiff
path: root/app/views/layouts/errors.html.haml
blob: 16df9c10fbb0c0c2f6042bbd47196bd699291202 (plain)
1
2
3
4
5
6
7
8
9
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: "Error"
  %body{class: "#{app_theme} application"}
    = render "layouts/head_panel", title: "" if current_user
    .container.navless-container
      = render "layouts/flash"
      .error-page
        = yield