All files / app/component/folder/subfolder subfolder.component.html

83.33% Statements 10/12
66.66% Branches 4/6
100% Functions 0/0
83.33% Lines 5/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 162x     1x   1x             2x 2x    
@if (thumbnail) {
  <div class="folder-icon thumbnail" [style.background-image]="thumbnail"></div>
} @else {
  <div class="folder-icon default-folder thumbnail"><span>📂️</span></div>
}
<div class="row">
  <!--  <div class="toggle"-->
  <!--       *ngIf="showToggle && (ref.comment || expandPlugins.length)"-->
  <!--       (click)="editing ? editing = false : viewSource ? viewSource = false : store.local.setRefToggled(ref.url, expanded = !expanded)">-->
  <!--    <span class="toggle-plus" *ngIf="!editing && !viewSource && !expanded">+</span>-->
  <!--    <span class="toggle-x" *ngIf="editing || viewSource || expanded">✕</span>-->
  <!--  </div>-->
  <a [routerLink]="['/tag', ext?.tag + (ext?.origin || '@')]"
     [style.pointer-events]="dragging ? 'none' : undefined">{{ name }}</a>
</div>