Commit 45a49305 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'vs-fix-faq-link-on-billing-page' into 'master'

Change FAQ link on the billing page

See merge request gitlab-org/gitlab!52577
parents b3a28f75 d6d55a65
......@@ -4,7 +4,7 @@
- has_upgrade = has_upgrade?(plan_offer_type)
- if show_deprecated_plan
- plan_name += ' (Legacy)'
- faq_link_url = 'https://about.gitlab.com/gitlab-com/#faq'
- faq_link_url = 'https://about.gitlab.com/pricing/faq-new-product-subscription-tiers'
- faq_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: faq_link_url }
.card-wrapper{ class: ("card-wrapper-has-badge" if has_upgrade) }
......
---
title: Change FAQ link on the billing page
merge_request: 52577
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment