gitlab-org--gitlab-foss/app/views/projects/pages_domains/_helper_text.html.haml
Marcia Ramos e6aa6ec165 Move document to new location, split in 3
- Move steps to new doc
- Move all concepts to different docs
2019-07-15 08:02:33 +00:00

5 lines
604 B
Text

- docs_link_url = help_page_path("user/project/pages/custom_domains_ssl_tls_certification/index.md", anchor: "adding-an-ssltls-certificate-to-pages")
- docs_link_start = "<a href=\"%{docs_link_url}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-nowrap\">".html_safe % { docs_link_url: docs_link_url }
- docs_link_end = "</a>".html_safe
%p= _("Learn more about adding certificates to your project by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}.").html_safe % { docs_link_url: docs_link_url, docs_link_start: docs_link_start, docs_link_end: docs_link_end }