Add description title tooltips to tags

This commit is contained in:
rubenwardy
2020-07-18 02:54:40 +01:00
parent 68a132f271
commit dd7146205a
3 changed files with 7 additions and 1 deletions

View File

@@ -64,6 +64,7 @@
{% set tag = pair[1] %}
<a class="btn btn-sm btn-secondary m-1" rel="nofollow"
title="{{ tag.description or '' }}"
href="{{ url_for('packages.list_all', tag=tag.name) }}">
{{ tag.title }}
<span class="badge badge-pill badge-light ml-1">{{ count }}</span>