diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-07-18 02:54:40 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-07-18 02:54:40 +0100 |
| commit | dd7146205acda0b87f773b110d171c6a345c987d (patch) | |
| tree | 580344f75f4b506bb303fb5e77e289bc0c41c6b3 /app/templates/index.html | |
| parent | 68a132f271b04eb7c1812609c6be4f78960fad22 (diff) | |
| download | cheatdb-dd7146205acda0b87f773b110d171c6a345c987d.tar.xz | |
Add description title tooltips to tags
Diffstat (limited to 'app/templates/index.html')
| -rw-r--r-- | app/templates/index.html | 1 |
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> |
