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

_terms_of_service_notice.html.haml « shared « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46b043b28318056a7d136d4ece4f2d81530ae93d (plain)
1
2
3
4
5
- company_name = Gitlab.com? ? 'GitLab' : ''

- if Gitlab::CurrentSettings.current_application_settings.enforce_terms?
  %p.gl-text-gray-500.gl-mt-5.gl-mb-0
    = html_escape(_("By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}")) % { linkStart: "<a href='#{terms_path}' target='_blank' rel='noreferrer noopener'>".html_safe, linkEnd: '</a>'.html_safe, company_name: company_name }