web/user: fix edit button for applications

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-09-19 21:10:57 +02:00
parent 73e3d19384
commit 0d7c5c2108
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export class LibraryApplication extends LitElement {
return html`
<a
class="pf-c-button pf-m-control pf-m-small"
href="#/core/applications/${this.application?.slug}"
href="/if/admin/#/core/applications/${this.application?.slug}"
>
<i class="fas fa-pencil-alt"></i>
</a>