diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-21 15:24:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-21 15:24:49 +0100 |
commit | fb4fd623d5e5adcfdc9ecf3dffef702b3786f486 (patch) | |
tree | 62a490d58f728d09d969d56919d5c1e01c72a5e4 /client/src/app/shared | |
parent | 6e33bf2882162d8760f55bcafb12fd9507e09ff1 (diff) | |
download | PeerTube-fb4fd623d5e5adcfdc9ecf3dffef702b3786f486.tar.gz PeerTube-fb4fd623d5e5adcfdc9ecf3dffef702b3786f486.tar.zst PeerTube-fb4fd623d5e5adcfdc9ecf3dffef702b3786f486.zip |
Better admin tables
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/misc/edit-button.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/misc/edit-button.component.html b/client/src/app/shared/misc/edit-button.component.html index 6e9564bd7..58012a8b8 100644 --- a/client/src/app/shared/misc/edit-button.component.html +++ b/client/src/app/shared/misc/edit-button.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <a class="action-button" [routerLink]="routerLink"> | 1 | <a class="action-button action-button-edit" [routerLink]="routerLink"> |
2 | <span class="icon icon-edit"></span> | 2 | <span class="icon icon-edit"></span> |
3 | Edit | 3 | Edit |
4 | </a> | 4 | </a> |