1
0
Fork 0
peertube/client/src/app/shared/shared-instance/feature-boolean.component.html

4 lines
207 B
HTML
Raw Normal View History

<span *ngIf="value === true" class="glyphicon glyphicon-ok" i18n-aria-label aria-label="yes"></span>
<span *ngIf="value === false" class="glyphicon glyphicon-remove" i18n-aria-label aria-label="no"></span>
2019-08-27 07:59:36 +00:00