From 238263673080b79327228585b832b19e49963012 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Jan 05 2017 21:15:15 +0000 Subject: Roadmap does not use the tag color --- diff --git a/pagure/templates/roadmap.html b/pagure/templates/roadmap.html index 57f6dbc..88d33f5 100644 --- a/pagure/templates/roadmap.html +++ b/pagure/templates/roadmap.html @@ -156,7 +156,7 @@ {% endif %} {% for tag in issue.tags%} - {{tag.tag}} + {{tag.tag}} {% endfor%}