Thomas Kaul
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
8 additions and
3 deletions
-
apps/client/src/app/components/header/header.component.html
-
apps/client/src/app/components/user-account-membership/user-account-membership.html
-
apps/client/src/app/pages/pricing/pricing-page.html
|
|
@ -177,7 +177,10 @@ |
|
|
|
>Upgrade Plan</ng-container |
|
|
|
> |
|
|
|
<ng-container |
|
|
|
*ngIf="user.subscription.offer === 'renewal'" |
|
|
|
*ngIf=" |
|
|
|
user.subscription.offer === 'renewal' || |
|
|
|
user.subscription.offer === 'renewal-early-bird' |
|
|
|
" |
|
|
|
i18n |
|
|
|
>Renew Plan</ng-container |
|
|
|
></span |
|
|
|
|
|
@ -17,7 +17,9 @@ |
|
|
|
<ng-container *ngIf="user.subscription.offer === 'default'" i18n |
|
|
|
>Upgrade Plan</ng-container |
|
|
|
> |
|
|
|
<ng-container *ngIf="user.subscription.offer === 'renewal'" i18n |
|
|
|
<ng-container |
|
|
|
*ngIf="user.subscription.offer === 'renewal' || user.subscription.offer === 'renewal-early-bird'" |
|
|
|
i18n |
|
|
|
>Renew Plan</ng-container |
|
|
|
> |
|
|
|
</button> |
|
|
|
|
|
@ -265,7 +265,7 @@ |
|
|
|
>Upgrade Plan</ng-container |
|
|
|
> |
|
|
|
<ng-container |
|
|
|
*ngIf="user.subscription.offer === 'renewal'" |
|
|
|
*ngIf="user.subscription.offer === 'renewal' || user.subscription.offer === 'renewal-early-bird'" |
|
|
|
i18n |
|
|
|
>Renew Plan</ng-container |
|
|
|
> |
|
|
|