]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/instance/feature-boolean.component.html
Better error message in videos list
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / instance / feature-boolean.component.html
1 <span *ngIf="value === true" class="glyphicon glyphicon-ok"></span>
2 <span *ngIf="value === false" class="glyphicon glyphicon-remove"></span>
3