mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-23 01:27:14 +02:00
Reverting: Printing photo count to directories. Its more complex than this. #376
This commit is contained in:
parent
231ed38a2a
commit
dd9f804f2c
@ -11,13 +11,11 @@
|
|||||||
*ngIf="thumbnail && thumbnail.Available"
|
*ngIf="thumbnail && thumbnail.Available"
|
||||||
[style.background-image]="getSanitizedThUrl()"></div>
|
[style.background-image]="getSanitizedThUrl()"></div>
|
||||||
|
|
||||||
<app-icon *ngIf="!thumbnail || !thumbnail.Available" class="no-image"></app-icon>
|
<app-icon *ngIf="!thumbnail || !thumbnail.Available" class="no-image"></app-icon>
|
||||||
</div>
|
</div>
|
||||||
<!--Info box -->
|
<!--Info box -->
|
||||||
<div class="info rounded-bottom">
|
<div class="info rounded-bottom">
|
||||||
<div class="directory-name">{{directory.name}}
|
<div class="directory-name">{{directory.name}}</div>
|
||||||
<ng-container *ngIf="directory.lastScanned>0 && directory.mediaCount > 0">({{directory.mediaCount}})</ng-container>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user