diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-15 15:12:23 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:52 +0100 |
commit | 8e13fa7d09e9925b4559cbba6c5d72c5ff1bd391 (patch) | |
tree | a59070f4dc6b52a5b422bd31a8eb8ea3bff831a0 /client/src | |
parent | 59c857da5961e2bcddcfd07832783c1e4afcd01a (diff) | |
download | PeerTube-8e13fa7d09e9925b4559cbba6c5d72c5ff1bd391.tar.gz PeerTube-8e13fa7d09e9925b4559cbba6c5d72c5ff1bd391.tar.zst PeerTube-8e13fa7d09e9925b4559cbba6c5d72c5ff1bd391.zip |
Add video abuse to activity pub
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/video-abuses/video-abuse-list/video-abuse-list.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+admin/video-abuses/video-abuse-list/video-abuse-list.component.html b/client/src/app/+admin/video-abuses/video-abuse-list/video-abuse-list.component.html index 1d8bb4d38..ab0a9d99f 100644 --- a/client/src/app/+admin/video-abuses/video-abuse-list/video-abuse-list.component.html +++ b/client/src/app/+admin/video-abuses/video-abuse-list/video-abuse-list.component.html | |||
@@ -11,6 +11,7 @@ | |||
11 | <p-column field="reason" header="Reason"></p-column> | 11 | <p-column field="reason" header="Reason"></p-column> |
12 | <p-column field="reporterServerHost" header="Reporter server host"></p-column> | 12 | <p-column field="reporterServerHost" header="Reporter server host"></p-column> |
13 | <p-column field="reporterUsername" header="Reporter username"></p-column> | 13 | <p-column field="reporterUsername" header="Reporter username"></p-column> |
14 | <p-column field="videoName" header="Video name"></p-column> | ||
14 | <p-column header="Video" styleClass="action-cell"> | 15 | <p-column header="Video" styleClass="action-cell"> |
15 | <ng-template pTemplate="body" let-videoAbuse="rowData"> | 16 | <ng-template pTemplate="body" let-videoAbuse="rowData"> |
16 | <a [routerLink]="getRouterVideoLink(videoAbuse.videoId)" title="Go to the video">{{ videoAbuse.videoId }}</a> | 17 | <a [routerLink]="getRouterVideoLink(videoAbuse.videoId)" title="Go to the video">{{ videoAbuse.videoId }}</a> |