Remove "children/photos" in favor of hover text.
To reduce visual clutter.
This commit is contained in:
parent
746d094d81
commit
29e999ccac
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue