Skip to content

Commit 2ada851

Browse files
JelteFmhagander
authored andcommittedSep 24, 2024
Add extra links to the patch page
1 parent d14dfe2 commit 2ada851

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed
 

‎pgcommitfest/commitfest/templates/patch.html

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
{%include "patch_commands.inc"%}
55
<table class="table table-bordered">
66
<tbody>
7+
<tr>
8+
<th>ID</th>
9+
<td><a href="/patch/{{patch.id}}">{{patch.id}}</a></td>
10+
</tr>
711
<tr>
812
<th>Title</th>
913
<td>{{patch.name}}</td>
@@ -51,10 +55,11 @@
5155
</tr>
5256
<tr>
5357
<th>Links</th>
54-
<td>
55-
{%if patch.wikilink%}<a href="{{patch.wikilink}}">Wiki</a>{%endif%}
56-
{%if patch.gitlink%}<a href="{{patch.gitlink}}">Git</a>{%endif%}
57-
</td>
58+
<td style="white-space:pre-line"><a href="https://cirrus-ci.com/github/postgresql-cfbot/postgresql/cf%2F{{patch.id}}">CFbot results (CirrusCI)</a>
59+
<a href="https://github.com/postgresql-cfbot/postgresql/compare/cf/{{patch.id}}~1...cf/{{patch.id}}">CFbot GitHub</a>{%if patch.wikilink%}
60+
<a href="{{patch.wikilink}}">Wiki</a>{%endif%}{%if patch.gitlink%}
61+
<a href="{{patch.gitlink}}">Git</a>
62+
{%endif%}</td>
5863
</tr>
5964
<tr>
6065
<th>Emails</th>

0 commit comments

Comments
 (0)
Please sign in to comment.