aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/edit-button.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/buttons/edit-button.component.html')
-rw-r--r--client/src/app/shared/buttons/edit-button.component.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/src/app/shared/buttons/edit-button.component.html b/client/src/app/shared/buttons/edit-button.component.html
deleted file mode 100644
index b852bb38a..000000000
--- a/client/src/app/shared/buttons/edit-button.component.html
+++ /dev/null
@@ -1,6 +0,0 @@
1<a class="action-button action-button-edit grey-button" [routerLink]="routerLink" i18n-title title="Edit">
2 <my-global-icon iconName="edit" aria-hidden="true"></my-global-icon>
3
4 <span class="button-label" *ngIf="label">{{ label }}</span>
5 <span i18n class="button-label" *ngIf="!label">Edit</span>
6</a>