Try to fix subscriptions inconsistencies
[oweals/peertube.git] / client / src / app / shared / misc / small-loader.component.html
1 <div class="root" *ngIf="loading">
2   <div class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></div>
3 </div>