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 16 | 2x 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> |