diff options
author | Caroline Chuong <caroline.chuong@octo.com> | 2020-06-15 16:42:13 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-06-18 09:02:23 +0200 |
commit | d6d951ddc0c492f3261065b5dcb4df0534d252fc (patch) | |
tree | 1a0e1b07ea9f0b6aa1e55fe5651aecba7daa3122 /client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html | |
parent | 67c604ae691e372c35dff90e7343c9232dc87511 (diff) | |
download | PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.gz PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.zst PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.zip |
Remove uneccessary details to link titles
Diffstat (limited to 'client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html')
-rw-r--r-- | client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html index a50acfdf8..14ae497d9 100644 --- a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html +++ b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html | |||
@@ -25,13 +25,13 @@ | |||
25 | <ng-template pTemplate="body" let-videoChangeOwnership> | 25 | <ng-template pTemplate="body" let-videoChangeOwnership> |
26 | <tr> | 26 | <tr> |
27 | <td> | 27 | <td> |
28 | <a [href]="videoChangeOwnership.initiatorAccount.url" i18n-title title="Go to the account" | 28 | <a [href]="videoChangeOwnership.initiatorAccount.url" i18n-title title="Account page" |
29 | target="_blank" rel="noopener noreferrer"> | 29 | target="_blank" rel="noopener noreferrer"> |
30 | {{ createByString(videoChangeOwnership.initiatorAccount) }} | 30 | {{ createByString(videoChangeOwnership.initiatorAccount) }} |
31 | </a> | 31 | </a> |
32 | </td> | 32 | </td> |
33 | <td> | 33 | <td> |
34 | <a [href]="videoChangeOwnership.video.url" i18n-title title="Go to the video" target="_blank" rel="noopener noreferrer"> | 34 | <a [href]="videoChangeOwnership.video.url" i18n-title title="Video page" target="_blank" rel="noopener noreferrer"> |
35 | {{ videoChangeOwnership.video.name }} | 35 | {{ videoChangeOwnership.video.name }} |
36 | </a> | 36 | </a> |
37 | </td> | 37 | </td> |