From f79173a430e6e8aabe8a899c035bf1c68dc82675 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 05 2015 10:47:37 +0000 Subject: List all tags in the list of issues allowing filtering as well --- diff --git a/progit/templates/issues.html b/progit/templates/issues.html index 27cd251..3fdfd1e 100644 --- a/progit/templates/issues.html +++ b/progit/templates/issues.html @@ -42,6 +42,15 @@ +
+ Tags: + {% for tag in tag_list %} + + {{ tag.tag }}{% if not loop.last %},{% endif %} + {% endfor %} +
+