We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f582053 commit 9a141fbCopy full SHA for 9a141fb
share/roundup/templates/jinja2/html/issue.index.html
@@ -52,7 +52,7 @@
52
<tr>
53
<th class="text-center" colspan="{{ request.columns|length }}">
54
{%- for g in group -%}
55
- {%- if issue[g] %} {{ issue[g]|u }} {% else %} (no {{ g }} set) {% endif -%}
+ {%- if issue[g] %} {% if g == 'id' %}{{ issue[g] }}{% else %}{{ issue[g].plain()|u }}{% endif %} {% else %} (no {{ g }} set) {% endif -%}
56
{%- endfor -%}
57
</th>
58
</tr>
0 commit comments