aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/buttons/edit-button.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-05-17 11:56:12 +0200
committerChocobozzz <me@florianbigard.com>2019-05-17 14:04:54 +0200
commitb345a8047bfde1efa1fdbd249f25f663151265a8 (patch)
treebe930c523bee467673bec45fccd4cfb69d5f1cfd /client/src/app/shared/buttons/edit-button.component.html
parent7b992a86b107fc2917b993127df8e95a66ae94db (diff)
downloadPeerTube-b345a8047bfde1efa1fdbd249f25f663151265a8.tar.gz
PeerTube-b345a8047bfde1efa1fdbd249f25f663151265a8.tar.zst
PeerTube-b345a8047bfde1efa1fdbd249f25f663151265a8.zip
Add audio upload tests
Diffstat (limited to 'client/src/app/shared/buttons/edit-button.component.html')
-rw-r--r--client/src/app/shared/buttons/edit-button.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/buttons/edit-button.component.html b/client/src/app/shared/buttons/edit-button.component.html
index da3addbae..3d7cd4780 100644
--- a/client/src/app/shared/buttons/edit-button.component.html
+++ b/client/src/app/shared/buttons/edit-button.component.html
@@ -1,4 +1,4 @@
1<a class="action-button action-button-edit" [routerLink]="routerLink" i18n-title title="Edit"> 1<a class="action-button action-button-edit grey-button" [routerLink]="routerLink" i18n-title title="Edit">
2 <my-global-icon iconName="edit"></my-global-icon> 2 <my-global-icon iconName="edit"></my-global-icon>
3 3
4 <span class="button-label" *ngIf="label">{{ label }}</span> 4 <span class="button-label" *ngIf="label">{{ label }}</span>