]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/edit-button.component.html
add channel avatar to watch view
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / edit-button.component.html
index 7efc54ce72a9bd6a6e375bb44363c575fdadebbb..3d7cd47803ef3cc591f9e9af238d645d24e7b005 100644 (file)
@@ -1,5 +1,5 @@
-<a class="action-button action-button-edit" [routerLink]="routerLink" title="Edit">
-  <span class="icon icon-edit"></span>
+<a class="action-button action-button-edit grey-button" [routerLink]="routerLink" i18n-title title="Edit">
+  <my-global-icon iconName="edit"></my-global-icon>
 
   <span class="button-label" *ngIf="label">{{ label }}</span>
   <span i18n class="button-label" *ngIf="!label">Edit</span>