PeerTube/client/src/app/shared/shared-main/date/date-toggle.component.html

11 lines
161 B
HTML

<span
class="date-toggle"
[title]="getTitle()"
role="button"
tabindex="0"
(click)="toggle()"
(keyup.enter)="toggle()"
>
{{ getContent() }}
</span>