Browse Source

Add link to system status page

pull/305/head
Thomas 4 years ago
parent
commit
6dce61a923
  1. 29
      apps/client/src/app/pages/about/about-page.html

29
apps/client/src/app/pages/about/about-page.html

@ -10,8 +10,10 @@
stocks, ETFs or cryptocurrencies and make solid, data-driven stocks, ETFs or cryptocurrencies and make solid, data-driven
investment decisions. The source code is fully available as open investment decisions. The source code is fully available as open
source software (OSS). The project has been initiated by source software (OSS). The project has been initiated by
<a href="https://dotsilver.ch">Thomas Kaul</a> and is driven by the <a href="https://dotsilver.ch" title="Website of Thomas Kaul"
efforts of its >Thomas Kaul</a
>
and is driven by the efforts of its
<a <a
href="https://github.com/ghostfolio/ghostfolio/graphs/contributors" href="https://github.com/ghostfolio/ghostfolio/graphs/contributors"
title="Contributors to Ghostfolio" title="Contributors to Ghostfolio"
@ -19,16 +21,29 @@
>. >.
<ng-container *ngIf="lastPublish"> <ng-container *ngIf="lastPublish">
This instance is running Ghostfolio {{ version }} and has been This instance is running Ghostfolio {{ version }} and has been
last published on {{ lastPublish }}.</ng-container last published on {{ lastPublish }}. Check the system status at
<a href="https://status.ghostfol.io" title="Ghostfolio status"
>status.ghostfol.io</a
>.</ng-container
> >
</p> </p>
<p> <p>
If you encounter a bug or would like to suggest an improvement or a If you encounter a bug or would like to suggest an improvement or a
new feature, please tweet to new feature, please tweet to
<a href="https://twitter.com/ghostfolio_">@ghostfolio_</a>, send an <a
e-mail to <a href="mailto:hi@ghostfol.io">hi@ghostfol.io</a> or open href="https://twitter.com/ghostfolio_"
an issue at title="Tweet to Ghostfolio on Twitter"
<a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>. >@ghostfolio_</a
>, send an e-mail to
<a href="mailto:hi@ghostfol.io" title="Send an e-mail"
>hi@ghostfol.io</a
>
or open an issue at
<a
href="https://github.com/ghostfolio/ghostfolio"
title="Find Ghostfolio on GitHub"
>GitHub</a
>.
</p> </p>
<p class="text-center"> <p class="text-center">
<a <a

Loading…
Cancel
Save