Feature/add link to system status page (#305)

* Add link to system status page

* Update changelog
pull/306/head
Thomas Kaul 3 years ago committed by GitHub
parent 70e14b4d3c
commit b43b515df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- Added a link to the system status page
### Changed ### Changed
- Improved the wording for the _Restricted View_: _Presenter View_ - Improved the wording for the _Restricted View_: _Presenter View_

@ -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