diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-20 20:14:58 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-20 21:15:28 +0100 |
commit | 3921166d78540a08d329793c9c2f952135c6fd67 (patch) | |
tree | 0f036d15013a0a25e63135fdba595c3b535dc291 /client/src/app/shared/video | |
parent | 223b24e618146f85b20b5bf365bc18d14a5964cd (diff) | |
download | PeerTube-3921166d78540a08d329793c9c2f952135c6fd67.tar.gz PeerTube-3921166d78540a08d329793c9c2f952135c6fd67.tar.zst PeerTube-3921166d78540a08d329793c9c2f952135c6fd67.zip |
(css) vertical-center modals, bullet as separator
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html index c4b713073..23a7dbb1e 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html | |||
@@ -20,7 +20,7 @@ | |||
20 | <my-date-toggle *ngIf="displayOptions.date" [date]="video.publishedAt"></my-date-toggle> | 20 | <my-date-toggle *ngIf="displayOptions.date" [date]="video.publishedAt"></my-date-toggle> |
21 | 21 | ||
22 | <span class="views"> | 22 | <span class="views"> |
23 | <ng-container *ngIf="displayOptions.date && displayOptions.views"> - </ng-container> | 23 | <ng-container *ngIf="displayOptions.date && displayOptions.views"> • </ng-container> |
24 | <ng-container i18n *ngIf="displayOptions.views">{{ video.views | myNumberFormatter }} views</ng-container> | 24 | <ng-container i18n *ngIf="displayOptions.views">{{ video.views | myNumberFormatter }} views</ng-container> |
25 | </span> | 25 | </span> |
26 | </span> | 26 | </span> |