Make admins go to the docs in error.html

This commit is contained in:
Johannes Zellner
2018-11-27 10:48:31 +01:00
parent edf8c32a0f
commit ea0c697ad3

View File

@@ -74,6 +74,7 @@
<div>
<h3> <i class="far fa-frown fa-fw text-danger"></i> Something has gone wrong </h3>
<a class="btn btn-primary" href="/" ng-show="statusOk">Back to the dashboard</a>
<p>If you are the server administrator, follow the <a href="https://cloudron.io/documentation/troubleshooting/" target="_blank">troubleshooting guide</a>.</p>
</div>
</div>
</div>