Remove "children/photos" in favor of hover text.

To reduce visual clutter.
master
voussoir 2018-12-23 15:59:50 -08:00
parent 746d094d81
commit 29e999ccac
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@
</div>
<div class="album_card_metadata">
<span class="album_card_child_count">{{album.get_children()|length}}</span> children
<span class="album_card_child_count" title="children">{{album.get_children()|length}}</span>
{{-' | '-}}
<span class="album_card_photo_count">{{album.sum_photos(recurse=False)}}</span> photos
<span class="album_card_photo_count" title="photos">{{album.sum_photos(recurse=False)}}</span>
</div>
</div>
{% endmacro %}