fix edit page

This commit is contained in:
2022-01-20 08:35:30 +01:00
parent 12a33eb6b8
commit 92165c40c5
4 changed files with 32 additions and 13 deletions
-3
View File
@@ -1,4 +1 @@
<a mat-mini-fab routerLink="/v/{{name}}/edit" matTooltip="{{'views.edit' | i18n}}" color="primary">
<mat-icon inline="true">edit</mat-icon>
</a>
<page-entries *ngIf="name" #entries [fetch]="boundFetch"></page-entries>
-6
View File
@@ -1,6 +0,0 @@
a.mat-mini-fab {
position: fixed;
top: 34px;
right: 5px;
z-index: 5;
}