]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/buttons/edit-button.component.html
Add fcbk open-graph and twitter-card metas for accounts, video-channels, playlists...
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / buttons / edit-button.component.html
CommitLineData
ea7337cf 1<a class="action-button action-button-edit grey-button" [routerLink]="routerLink" i18n-title title="Update">
6ad971d5 2 <my-global-icon iconName="edit" aria-hidden="true"></my-global-icon>
eacb25c4
C
3
4 <span class="button-label" *ngIf="label">{{ label }}</span>
292c17b8 5 <span class="button-label" i18n *ngIf="!label">Update</span>
cd83ea1b 6</a>