BigW Consortium Gitlab

devise_empty.html.haml 485 Bytes
Newer Older
Phil Hughes committed
1 2 3 4
!!! 5
%html{ lang: "en"}
  = render "layouts/head"
  %body.ui_charcoal.login-page.application.navless
5
    = Gon::Base.render_data
Phil Hughes committed
6 7 8 9 10 11 12 13 14 15 16 17 18
    = render "layouts/header/empty"
    = render "layouts/broadcast"
    .container.navless-container
      .content
        = render "layouts/flash"
        = yield

    %hr
    .container
      .footer-links
        = link_to "Explore", explore_root_path
        = link_to "Help", help_path
        = link_to "About GitLab", "https://about.gitlab.com/"