mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Unused test code
This commit is contained in:
parent
4fbb814e5b
commit
a4f7c5ddcb
@ -202,10 +202,3 @@
|
|||||||
<div class=" m-n2 row" *ngIf="displayMode == 'smallCards'">
|
<div class=" m-n2 row" *ngIf="displayMode == 'smallCards'">
|
||||||
<app-document-card-small [document]="d" *ngFor="let d of list.documents" (clickTag)="filterByTag($event)" (clickCorrespondent)="filterByCorrespondent($event)"></app-document-card-small>
|
<app-document-card-small [document]="d" *ngFor="let d of list.documents" (clickTag)="filterByTag($event)" (clickCorrespondent)="filterByCorrespondent($event)"></app-document-card-small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/ng-template" id="customTemplate.html">
|
|
||||||
<a>
|
|
||||||
<img ng-src="http://upload.wikimedia.org/wikipedia/commons/thumb/{{match.model.flag}}" width="16">
|
|
||||||
<span ng-bind-html="match.label | uibTypeaheadHighlight:query"></span>
|
|
||||||
</a>
|
|
||||||
</script>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user