diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:25:02 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:25:02 +0200 |
commit | 32502eda29f67ef111391d751f61132f8103fda8 (patch) | |
tree | 99dbdaa43d70c69e046c4f5c7cf20b4d620c6fbb /client/src | |
parent | 67167390827ca0c6c10849f26d0deb8b32186a7e (diff) | |
download | PeerTube-32502eda29f67ef111391d751f61132f8103fda8.tar.gz PeerTube-32502eda29f67ef111391d751f61132f8103fda8.tar.zst PeerTube-32502eda29f67ef111391d751f61132f8103fda8.zip |
Client: fix bad rebase
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/video-list/video-miniature.component.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/app/videos/video-list/video-miniature.component.html b/client/src/app/videos/video-list/video-miniature.component.html index ba70002b0..1d3451c2b 100644 --- a/client/src/app/videos/video-list/video-miniature.component.html +++ b/client/src/app/videos/video-list/video-miniature.component.html | |||
@@ -14,11 +14,6 @@ | |||
14 | </div> | 14 | </div> |
15 | </a> | 15 | </a> |
16 | 16 | ||
17 | <span | ||
18 | *ngIf="displayRemoveIcon()" (click)="removeVideo(video.id)" | ||
19 | class="video-miniature-remove glyphicon glyphicon-remove" | ||
20 | ></span> | ||
21 | |||
22 | <div class="video-miniature-informations"> | 17 | <div class="video-miniature-informations"> |
23 | <span class="video-miniature-name"> | 18 | <span class="video-miniature-name"> |
24 | <a [routerLink]="['/videos/watch', video.id]" [attr.title]="getVideoName()" class="video-miniature-name">{{ getVideoName() }}</a> | 19 | <a [routerLink]="['/videos/watch', video.id]" [attr.title]="getVideoName()" class="video-miniature-name">{{ getVideoName() }}</a> |