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
21 additions and
21 deletions
-
apps/client/src/app/pages/account/account-page.html
|
@ -27,9 +27,8 @@ |
|
|
Valid until {{ user?.subscription?.expiresAt | date: |
|
|
Valid until {{ user?.subscription?.expiresAt | date: |
|
|
defaultDateFormat }} |
|
|
defaultDateFormat }} |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
<div *ngIf="user?.subscription?.type === 'Basic'"> |
|
|
*ngIf="hasPermissionForSubscription && user?.subscription?.type === 'Basic'" |
|
|
<ng-container *ngIf="hasPermissionForSubscription"> |
|
|
> |
|
|
|
|
|
<button |
|
|
<button |
|
|
color="primary" |
|
|
color="primary" |
|
|
i18n |
|
|
i18n |
|
@ -49,6 +48,7 @@ |
|
|
>{{ baseCurrency }} {{ price }}</ng-container |
|
|
>{{ baseCurrency }} {{ price }}</ng-container |
|
|
> <span i18n>per year</span> |
|
|
> <span i18n>per year</span> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
</ng-container> |
|
|
<a |
|
|
<a |
|
|
*ngIf="!user?.subscription?.expiresAt" |
|
|
*ngIf="!user?.subscription?.expiresAt" |
|
|
class="mr-2 my-2" |
|
|
class="mr-2 my-2" |
|
|