aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-history/my-account-history.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-03-20 14:08:03 +0100
committerChocobozzz <me@florianbigard.com>2019-03-20 14:08:03 +0100
commitd01b2fb9ab70f75355c479144e139188d1911c14 (patch)
tree668b8f72bfa690a805baa7debd34f28e56ee394e /client/src/app/+my-account/my-account-history/my-account-history.component.html
parenta55052c9baf2952795685d3b4e5348c8cb9da70d (diff)
downloadPeerTube-d01b2fb9ab70f75355c479144e139188d1911c14.tar.gz
PeerTube-d01b2fb9ab70f75355c479144e139188d1911c14.tar.zst
PeerTube-d01b2fb9ab70f75355c479144e139188d1911c14.zip
Add icon to delete history button
Diffstat (limited to 'client/src/app/+my-account/my-account-history/my-account-history.component.html')
-rw-r--r--client/src/app/+my-account/my-account-history/my-account-history.component.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.html b/client/src/app/+my-account/my-account-history/my-account-history.component.html
index d42af37d4..2349f02f5 100644
--- a/client/src/app/+my-account/my-account-history/my-account-history.component.html
+++ b/client/src/app/+my-account/my-account-history/my-account-history.component.html
@@ -4,9 +4,10 @@
4 <label i18n>History enabled</label> 4 <label i18n>History enabled</label>
5 </div> 5 </div>
6 6
7 <div class="delete-history"> 7 <button class="delete-history" (click)="deleteHistory()" i18n>
8 <button (click)="deleteHistory()" i18n>Delete history</button> 8 <my-global-icon iconName="delete"></my-global-icon>
9 </div> 9 Delete history
10 </button>
10</div> 11</div>
11 12
12 13