diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 77e0b9256..7a9f00a50 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -79,7 +79,7 @@ | |||
79 | <span *ngIf="video.dislikes" class="count">{{ video.dislikes }}</span> | 79 | <span *ngIf="video.dislikes" class="count">{{ video.dislikes }}</span> |
80 | </div> | 80 | </div> |
81 | 81 | ||
82 | <div *ngIf="video.support" (click)="showSupportModal()" class="action-button" | 82 | <div *ngIf="video.support" (click)="showSupportModal()" class="action-button action-button-support" |
83 | [ngbTooltip]="tooltipSupport" | 83 | [ngbTooltip]="tooltipSupport" |
84 | placement="bottom auto" | 84 | placement="bottom auto" |
85 | > | 85 | > |
@@ -164,7 +164,7 @@ | |||
164 | <div class="video-info-description"> | 164 | <div class="video-info-description"> |
165 | <div | 165 | <div |
166 | class="video-info-description-html" | 166 | class="video-info-description-html" |
167 | [innerHTML]="videoHTMLDescription" | 167 | [innerHTML]="videoHTMLDescription" |
168 | (timestampClicked)="handleTimestampClicked($event)" | 168 | (timestampClicked)="handleTimestampClicked($event)" |
169 | timestampRouteTransformer | 169 | timestampRouteTransformer |
170 | ></div> | 170 | ></div> |