Ensure back button from apps grid into app view works no first usage

This commit is contained in:
Johannes Zellner
2019-09-19 19:19:36 +02:00
parent 4822984e34
commit e51eb8a9c1

View File

@@ -101,7 +101,7 @@
</div>
<div class="grid-item-actions" ng-show="user.admin">
<a ng-href="#/app/{{ app.id}}"><i class="fas fa-cogs scale"></i></a>
<a ng-href="#/app/{{ app.id}}/display"><i class="fas fa-cogs scale"></i></a>
</div>
<!-- we check the version here because the box updater does not know when an app gets updated -->