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 0b298ff commit 1706a63Copy full SHA for 1706a63
pgcommitfest/commitfest/templates/home.html
@@ -152,7 +152,7 @@ <h3>{%if user.is_authenticated%}Open patches you are subscribed to{%elif p.is_op
152
<td><a href="/patch/{{p.id}}/">{{p.name}}</a></td>
153
<td>{{p.id}}</td>
154
{%if user.is_authenticated %}
155
- <td><a href="/{{p.cf_id}}/"><span class="badge bg-{{p.cf_status|commitfeststatuslabel}}">{{p.cf_name}}</span></a></td>
+ <td><a href="/{{p.cf_id}}/"><span class="badge bg-{{p.cf_status|commitfeststatuslabel}}" title="{{p.cf_status|commitfeststatusstring}}">{{p.cf_name}}</span></a></td>
156
{%endif%}
157
<td><span class="badge bg-{{p.status|patchstatuslabel}}">{{p.status|patchstatusstring}}</span></td>
158
<td style="width: min-content;">
0 commit comments