aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/date/date-toggle.component.html
blob: ebd4ce44247ea1ae80cad41736cbac230276ec01 (plain) (blame)
1
2
3
4
5
6
<span
  class="date-toggle"
  [title]="getTitle()"
  [innerHtml]="getContent()"
  (click)="toggle()"
></span>