aboutsummaryrefslogtreecommitdiff
path: root/app/templates/index.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-18 02:54:40 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-18 02:54:40 +0100
commitdd7146205acda0b87f773b110d171c6a345c987d (patch)
tree580344f75f4b506bb303fb5e77e289bc0c41c6b3 /app/templates/index.html
parent68a132f271b04eb7c1812609c6be4f78960fad22 (diff)
downloadcheatdb-dd7146205acda0b87f773b110d171c6a345c987d.tar.xz
Add description title tooltips to tags
Diffstat (limited to 'app/templates/index.html')
-rw-r--r--app/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 6fb833e..b107e8b 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -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>