diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/buttons/action-dropdown.component.ts | 2 | ||||
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/buttons/action-dropdown.component.ts b/client/src/app/shared/buttons/action-dropdown.component.ts index a4200f70f..5330ca220 100644 --- a/client/src/app/shared/buttons/action-dropdown.component.ts +++ b/client/src/app/shared/buttons/action-dropdown.component.ts | |||
@@ -23,7 +23,7 @@ export class ActionDropdownComponent<T> { | |||
23 | @Input() actions: DropdownAction<T>[] | DropdownAction<T>[][] = [] | 23 | @Input() actions: DropdownAction<T>[] | DropdownAction<T>[][] = [] |
24 | @Input() entry: T | 24 | @Input() entry: T |
25 | 25 | ||
26 | @Input() placement = 'bottom-left' | 26 | @Input() placement = 'bottom-left auto' |
27 | 27 | ||
28 | @Input() buttonSize: DropdownButtonSize = 'normal' | 28 | @Input() buttonSize: DropdownButtonSize = 'normal' |
29 | @Input() buttonDirection: DropdownDirection = 'horizontal' | 29 | @Input() buttonDirection: DropdownDirection = 'horizontal' |
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> |