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] %} {{ tag.title }} {{ count }} diff --git a/app/templates/packages/list.html b/app/templates/packages/list.html index 49fcdd1..8becd70 100644 --- a/app/templates/packages/list.html +++ b/app/templates/packages/list.html @@ -28,12 +28,14 @@ {% if tag in selected_tags %} {{ tag.title }} {{ count }} {% else %} {{ tag.title }} {{ count }} 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 %} {{ t.title }} + title="{{ t.description or '' }}" + href="{{ url_for('packages.list_all', tag=t.name) }}"> + {{ t.title }} + {% endfor %}