Welcome to mirror list, hosted at ThFree Co, Russian Federation.

errors.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e51fd4cb8208e4e758d1a3776b55bdd97f922f95 (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