File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 90
90
< tr >
91
91
< th > Status</ th >
92
92
< td > {%for c in patch_commitfests %}
93
- < div style ="margin-bottom: 3px; "> < a href ="/{{c.commitfest.id}}/ "> {{c.commitfest}}</ a > : < span class ="label label-{{c.status|patchstatuslabel}} "> {{c.statusstring}}</ span > </ div >
93
+ < div style ="margin-bottom: 3px; "> < a href ="/{{c.commitfest.id}}/ "> {{c.commitfest}}</ a > ({{c.commitfest.periodstring}}) : < span class ="label label-{{c.status|patchstatuslabel}} "> {{c.statusstring}}</ span > </ div >
94
94
{%endfor%}
95
95
</ td >
96
96
</ tr >
Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ def commitfest(request, cfid):
613
613
"statussummary" : statussummary ,
614
614
"all_tags" : {t .id : t for t in Tag .objects .all ()},
615
615
"has_filter" : patch_list .has_filter ,
616
- "title" : cf .title ,
616
+ "title" : f" { cf .title } ( { cf . periodstring } )" ,
617
617
"grouping" : patch_list .sortkey == 0 ,
618
618
"sortkey" : patch_list .sortkey ,
619
619
"openpatchids" : [p ["id" ] for p in patch_list .patches if p ["is_open" ]],
You can’t perform that action at this time.
0 commit comments