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

devise_experimental_separate_sign_up_flow.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6be62645768cdf5003b0253266f0ac7c0c9dfa8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
!!! 5
%html.devise-layout-html.navless{ class: system_message_class }
  - add_page_specific_style 'page_bundles/experimental_separate_sign_up'
  = render "layouts/head"
  %body.ui-indigo.signup-page{ class: "#{client_class_list}", data: { page: body_data_page, qa_selector: 'signup_page' } }
    = render "layouts/header/logo_with_title"
    = render "layouts/init_client_detection_flags"
    .page-wrap
      .container.signup-box-container.navless-container
        = render "layouts/broadcast"
        .content
          = render "layouts/flash"
          = yield
      %hr.footer-fixed
      .footer-container
        .container
          .footer-links
            = link_to _("Help"), help_path
            = link_to _("About GitLab"), "https://about.gitlab.com/"
      = footer_message