diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7702dda..fee7bd49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the style of the assistant - Reused the value component in the data providers management of the admin control panel - Set the market state of exchange rate symbols to `open` in the _Financial Modeling Prep_ service +- Restructured the content of the pricing page - Migrated the `@ghostfolio/ui/assistant` component to control flow - Migrated the `@ghostfolio/ui/value` component to control flow - Migrated the `HtmlTemplateMiddleware` to use `@Injectable()` diff --git a/apps/client/src/app/pages/pricing/pricing-page.html b/apps/client/src/app/pages/pricing/pricing-page.html index d26a2e11e..ad30a3fc0 100644 --- a/apps/client/src/app/pages/pricing/pricing-page.html +++ b/apps/client/src/app/pages/pricing/pricing-page.html @@ -4,25 +4,17 @@

Pricing Plans

- Our official Ghostfolio Premium cloud offering is the easiest way to - get started. Due to the time it saves, this will be the best option - for most people. Revenue is used to cover the costs of the hosting - infrastructure and to fund ongoing development. + Our official + Ghostfolio Premium + cloud offering is the easiest way to get started. Due to the time it + saves, this will be the best option for most people. Revenue is used + to cover the costs of the hosting infrastructure and to fund ongoing + development.

- @if (user?.subscription?.type === 'Basic') { -

- If you plan to open an account at DEGIRO, finpension, - frankly, Interactive Brokers, Swissquote, - VIAC, or Zak, please - contact us - to use our referral link and get a Ghostfolio Premium membership for - one year. Looking for a student discount? Request it - here - with your university e-mail address. -

- }

If you prefer to run Ghostfolio on your own infrastructure, please find the source code and further instructions on @@ -331,7 +323,24 @@

- @if (!user) { + @if (user?.subscription?.type === 'Basic') { +
+
+

+ If you plan to open an account at DEGIRO, finpension, + frankly, Interactive Brokers, Swissquote, + VIAC, or Zak, please + contact us + to use our referral link and get a Ghostfolio Premium membership for + one year. Looking for a student discount? Request it + here + with your university e-mail address. +

+
+
+ } @else if (!user) {