Feature/improve pricing page (#778)

* Improve pricing page

* Update changelog
pull/784/head
Thomas Kaul 2 years ago committed by GitHub
parent d530cb38fa
commit dd71f2be45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added more durations in the coupon system
### Changed
- Improved the pricing page
## 1.130.0 - 30.03.2022
### Added

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

Loading…
Cancel
Save