Skip to content

Commit 1706a63

Browse files
committed
Add a hover text of the status of the commitfests
1 parent 0b298ff commit 1706a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h3>{%if user.is_authenticated%}Open patches you are subscribed to{%elif p.is_op
152152
<td><a href="/patch/{{p.id}}/">{{p.name}}</a></td>
153153
<td>{{p.id}}</td>
154154
{%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>
155+
<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>
156156
{%endif%}
157157
<td><span class="badge bg-{{p.status|patchstatuslabel}}">{{p.status|patchstatusstring}}</span></td>
158158
<td style="width: min-content;">

0 commit comments

Comments
 (0)