errors.html.haml 286 Bytes EditWeb IDE 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/head_panel", title: "" if current_user = render "layouts/flash" .container .content %center.padded.prepend-top-20 = yield