Fixed yearly tiers URL in Portal settings

- added '/' to yearly tiers in Portal settings / Links
This commit is contained in:
Peter Zimon 2021-10-07 11:49:25 +02:00
parent e244304538
commit bbf1e79fbb

View File

@ -133,7 +133,7 @@
<div class="gh-portal-page-url-container">
<div class="page-url-label">
{{#if isLink}}
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/signup{{this.selectedProductIdPath}}yearly</span>
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/signup{{this.selectedProductIdPath}}/yearly</span>
{{else}}
data-portal="signup{{this.selectedProductIdPath}}/yearly"
{{/if}}