diff options
author | Jelte Fennema-Nio | 2024-09-24 20:28:18 +0000 |
---|---|---|
committer | Magnus Hagander | 2024-09-24 20:28:18 +0000 |
commit | 2ada851a249e4b0be2848470a1e0d7962ace5d1f (patch) | |
tree | ec6fae8c7645e10a53ff11c6f2e43c21b58c3dc6 | |
parent | d14dfe247e1311a2c315d6e9c32d5c2eed807acd (diff) |
Add extra links to the patch page
-rw-r--r-- | pgcommitfest/commitfest/templates/patch.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index c0df8fa..1205d91 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -5,6 +5,10 @@ <table class="table table-bordered"> <tbody> <tr> + <th>ID</th> + <td><a href="/https/git.postgresql.org/patch/{{patch.id}}">{{patch.id}}</a></td> + </tr> + <tr> <th>Title</th> <td>{{patch.name}}</td> </tr> @@ -51,10 +55,11 @@ </tr> <tr> <th>Links</th> - <td> - {%if patch.wikilink%}<a href="{{patch.wikilink}}">Wiki</a>{%endif%} - {%if patch.gitlink%}<a href="{{patch.gitlink}}">Git</a>{%endif%} - </td> + <td style="white-space:pre-line"><a href="https://cirrus-ci.com/github/postgresql-cfbot/postgresql/cf%2F{{patch.id}}">CFbot results (CirrusCI)</a> + <a href="https://github.com/postgresql-cfbot/postgresql/compare/cf/{{patch.id}}~1...cf/{{patch.id}}">CFbot GitHub</a>{%if patch.wikilink%} + <a href="{{patch.wikilink}}">Wiki</a>{%endif%}{%if patch.gitlink%} + <a href="{{patch.gitlink}}">Git</a> + {%endif%}</td> </tr> <tr> <th>Emails</th> |