Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d6d55a65
Commit
d6d55a65
authored
Jan 26, 2021
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change FAQ link on the billing page
Closes
https://gitlab.com/gitlab-org/gitlab/-/issues/29999
parent
e64ac4fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/views/shared/billings/_billing_plan.html.haml
ee/app/views/shared/billings/_billing_plan.html.haml
+1
-1
ee/changelogs/unreleased/vs-fix-faq-link-on-billing-page.yml
ee/changelogs/unreleased/vs-fix-faq-link-on-billing-page.yml
+5
-0
No files found.
ee/app/views/shared/billings/_billing_plan.html.haml
View file @
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
)
}
...
...
ee/changelogs/unreleased/vs-fix-faq-link-on-billing-page.yml
0 → 100644
View file @
d6d55a65
---
title
:
Change FAQ link on the billing page
merge_request
:
52577
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment