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 dfc14ea commit 7122202Copy full SHA for 7122202
pgcommitfest/commitfest/templates/patch.html
@@ -71,7 +71,7 @@
71
<th>Tags</th>
72
<td>
73
{%for tag in patch.tags.all%}
74
- <span class="label" style="background: {{tag|tagcolor}};">{{tag.name}}</span>
+ <span class="label" style="background: {{tag|tagcolor}};" title="{{tag.description}}">{{tag.name}}</span>
75
{%endfor%}
76
</td>
77
</tr>
0 commit comments