Skip to content

Commit 7122202

Browse files
committed
Add description as hovertext for tags on patch page
1 parent dfc14ea commit 7122202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/templates/patch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<th>Tags</th>
7272
<td>
7373
{%for tag in patch.tags.all%}
74-
<span class="label" style="background: {{tag|tagcolor}};">{{tag.name}}</span>
74+
<span class="label" style="background: {{tag|tagcolor}};" title="{{tag.description}}">{{tag.name}}</span>
7575
{%endfor%}
7676
</td>
7777
</tr>

0 commit comments

Comments
 (0)