Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
6 deletions
-
apps/client/src/app/pages/account/account-page.html
|
|
@ -39,13 +39,15 @@ |
|
|
|
Upgrade |
|
|
|
</button> |
|
|
|
<div *ngIf="price" class="mt-1"> |
|
|
|
{{ baseCurrency }} |
|
|
|
<ng-container *ngIf="coupon" |
|
|
|
>{{ price - coupon | number : '1.2-2' }} |
|
|
|
<del>{{ price }}</del> |
|
|
|
</ng-container> |
|
|
|
<ng-container *ngIf="!coupon">{{ price }}</ng-container> |
|
|
|
<span i18n> per year</span> |
|
|
|
><del class="text-muted" |
|
|
|
>{{ baseCurrency }} {{ price }}</del |
|
|
|
> {{ baseCurrency }} {{ price - coupon |
|
|
|
}}</ng-container |
|
|
|
> |
|
|
|
<ng-container *ngIf="!coupon" |
|
|
|
>{{ baseCurrency }} {{ price }}</ng-container |
|
|
|
> <span i18n>per year</span> |
|
|
|
</div> |
|
|
|
<a |
|
|
|
*ngIf="!user?.subscription?.expiresAt" |
|
|
|