Skip to content

Commit a9ab5dd

Browse files
committed
Change backgroud color of target version label
Per request
1 parent ba0a904 commit a9ab5dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgcommitfest/commitfest/templates/commitfest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
8585
<tr>
8686
<td><a href="{{p.id}}/">{{p.name}}</a></td>
8787
<td><span class="label label-{{p.status|patchstatuslabel}}">{{p.status|patchstatusstring}}</span></td>
88-
<td>{%if p.targetversion%}<span class="label label-primary">{{p.targetversion}}</span>{%endif%}</td>
88+
<td>{%if p.targetversion%}<span class="label label-default">{{p.targetversion}}</span>{%endif%}</td>
8989
<td>{{p.author_names|default:''}}</td>
9090
<td>{{p.reviewer_names|default:''}}</td>
9191
<td>{{p.committer|default:''}}</td>

pgcommitfest/commitfest/templates/patch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</tr>
3434
<tr>
3535
<th>Target version</th>
36-
<td>{%if patch.targetversion%}<span class="label label-primary">{{patch.targetversion}}</span>{%endif%}</td>
36+
<td>{%if patch.targetversion%}<span class="label label-default">{{patch.targetversion}}</span>{%endif%}</td>
3737
</tr>
3838
<tr>
3939
<th>Authors</th>

0 commit comments

Comments
 (0)