Client: fix bad rebase

This commit is contained in:
Chocobozzz 2017-04-26 21:25:02 +02:00
parent 6716739082
commit 32502eda29
1 changed files with 0 additions and 5 deletions

View File

@ -14,11 +14,6 @@
</div>
</a>
<span
*ngIf="displayRemoveIcon()" (click)="removeVideo(video.id)"
class="video-miniature-remove glyphicon glyphicon-remove"
></span>
<div class="video-miniature-informations">
<span class="video-miniature-name">
<a [routerLink]="['/videos/watch', video.id]" [attr.title]="getVideoName()" class="video-miniature-name">{{ getVideoName() }}</a>