Commit 39188cc1 authored by Fatih Acet's avatar Fatih Acet

Merge branch...

Merge branch '35751-new-trial-flow-for-logged-in-user-should-not-take-them-to-the-customer-portal' into 'master'

New Trial flow for logged in user should not take them to the Customer Portal

See merge request gitlab-org/gitlab!19978
parents 952f1faf 39677e5d
---
title: Use new trial registration URL in billing
merge_request: 19978
author:
type: fixed
......@@ -31,4 +31,4 @@
= render 'shared/billings/trial_status', namespace: namespace
- if namespace.eligible_for_trial?
%p= link_to 'Start your free trial', new_gitlab_com_trial_url, class: 'btn btn-primary'
%p= link_to 'Start your free trial', new_trial_registration_path, class: 'btn btn-primary'
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