fix edit page
This commit is contained in:
@@ -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>
|
||||
@@ -1,6 +0,0 @@
|
||||
a.mat-mini-fab {
|
||||
position: fixed;
|
||||
top: 34px;
|
||||
right: 5px;
|
||||
z-index: 5;
|
||||
}
|
||||
Reference in New Issue
Block a user