Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2ada851

Browse filesBrowse files
JelteFmhagander
authored andcommitted
Add extra links to the patch page
1 parent d14dfe2 commit 2ada851
Copy full SHA for 2ada851

File tree

1 file changed

+9
-4
lines changed
Filter options

1 file changed

+9
-4
lines changed

‎pgcommitfest/commitfest/templates/patch.html

Copy file name to clipboardExpand all lines: pgcommitfest/commitfest/templates/patch.html
+9-4Lines changed: 9 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.