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

signup_onboarding.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8e15896b97dc854261cfebd50638e49ae810e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- add_page_specific_style 'page_bundles/signup'
- add_page_specific_style 'page_bundles/login'
!!! 5
%html.html-devise-layout{ class: user_application_theme, lang: I18n.locale }
  = render "layouts/head"
  %body.signup-page.navless{ class: "#{system_message_class} #{client_class_list}", data: { page: body_data_page } }
    = header_message
    = render "layouts/init_client_detection_flags"
    = render "layouts/header/logo_with_title"
    .container
      .content
        = yield

    = footer_message