web/user: fix edit button for applications
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -90,7 +90,7 @@ export class LibraryApplication extends LitElement {
 | 
				
			|||||||
                            return html`
 | 
					                            return html`
 | 
				
			||||||
                                <a
 | 
					                                <a
 | 
				
			||||||
                                    class="pf-c-button pf-m-control pf-m-small"
 | 
					                                    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>
 | 
					                                    <i class="fas fa-pencil-alt"></i>
 | 
				
			||||||
                                </a>
 | 
					                                </a>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user