diff options
Diffstat (limited to 'app/templates/packages/view.html')
| -rw-r--r-- | app/templates/packages/view.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index f2c22e3..560ee82 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -56,7 +56,10 @@ {% endfor %} {% for t in package.tags %} <a class="badge badge-primary" rel="nofollow" - href="{{ url_for('packages.list_all', tag=t.name) }}">{{ t.title }}</a> + title="{{ t.description or '' }}" + href="{{ url_for('packages.list_all', tag=t.name) }}"> + {{ t.title }} + </a> {% endfor %} </p> |
