Browse Source

Improve pricing page

pull/778/head
Thomas 3 years ago
parent
commit
57e5f304ae
  1. 17
      apps/client/src/app/pages/pricing/pricing-page.html

17
apps/client/src/app/pages/pricing/pricing-page.html

@ -178,16 +178,19 @@
</div> </div>
<p>Fully managed <strong>Ghostfolio</strong> cloud offering.</p> <p>Fully managed <strong>Ghostfolio</strong> cloud offering.</p>
<p class="h5 text-right" [hidden]="!price"> <p class="h5 text-right" [hidden]="!price">
<span class="font-weight-normal" <span class="font-weight-normal">
>{{ baseCurrency }}
<ng-container *ngIf="coupon" <ng-container *ngIf="coupon"
><strong>{{ price - coupon | number : '1.2-2' }} </strong> ><del class="text-muted"
<del>{{ price }}</del> >{{ baseCurrency }}&nbsp;{{ price }}</del
>&nbsp;{{ baseCurrency }}&nbsp;<strong
>{{ price - coupon }}</strong
>
</ng-container> </ng-container>
<ng-container *ngIf="!coupon" <ng-container *ngIf="!coupon"
><strong>{{ price }}</strong></ng-container >{{ baseCurrency }}&nbsp;<strong
> >{{ price }}</strong
<span i18n> per year</span></span ></ng-container
>&nbsp;<span i18n>per year</span></span
> >
</p> </p>
</mat-card> </mat-card>

Loading…
Cancel
Save