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

new.html.haml « registrations « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c176f96db254fb5615ce358b8448ee1e16495b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- page_title _("Sign up")
- page_description _("Join GitLab today! You and your team can plan, build, and ship secure code all in one application. Get started here for free!")
- add_page_specific_style 'page_bundles/signup'
- content_for :page_specific_javascripts do
  = render_if_exists "layouts/google_tag_manager_head"
  = render "layouts/one_trust"
  = render "layouts/bizible"
= render_if_exists "layouts/google_tag_manager_body"

- content_for :omniauth_providers_bottom do
  = render 'devise/shared/signup_omniauth_providers'

.signup-page
  = render 'devise/shared/signup_box',
    url: registration_path(resource_name, registration_path_params),
    button_text: _('Register'),
    show_omniauth_providers: omniauth_enabled? && button_based_providers_enabled?,
    tracking_label: registration_tracking_label
  = render 'devise/shared/sign_in_link'