BigW Consortium Gitlab

devise_empty.html.haml 458 Bytes
Newer Older
Phil Hughes committed
1
!!! 5
2
%html{ lang: "en" }
Phil Hughes committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
  = render "layouts/head"
  %body.ui_charcoal.login-page.application.navless
    = 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/"