|
4 | 4 | {%include "patch_commands.inc"%}
|
5 | 5 | <tableclass="table table-bordered">
|
6 | 6 | <tbody>
|
| 7 | +<tr> |
| 8 | +<th>ID</th> |
| 9 | +<td><ahref="/patch/{{patch.id}}">{{patch.id}}</a></td> |
| 10 | +</tr> |
7 | 11 | <tr>
|
8 | 12 | <th>Title</th>
|
9 | 13 | <td>{{patch.name}}</td>
|
|
51 | 55 | </tr>
|
52 | 56 | <tr>
|
53 | 57 | <th>Links</th>
|
54 |
| -<td> |
55 |
| -{%if patch.wikilink%}<ahref="{{patch.wikilink}}">Wiki</a>{%endif%} |
56 |
| -{%if patch.gitlink%}<ahref="{{patch.gitlink}}">Git</a>{%endif%} |
57 |
| -</td> |
| 58 | +<tdstyle="white-space:pre-line"><ahref="https://cirrus-ci.com/github/postgresql-cfbot/postgresql/cf%2F{{patch.id}}">CFbot results (CirrusCI)</a> |
| 59 | +<ahref="https://github.com/postgresql-cfbot/postgresql/compare/cf/{{patch.id}}~1...cf/{{patch.id}}">CFbot GitHub</a>{%if patch.wikilink%} |
| 60 | +<ahref="{{patch.wikilink}}">Wiki</a>{%endif%}{%if patch.gitlink%} |
| 61 | +<ahref="{{patch.gitlink}}">Git</a> |
| 62 | + {%endif%}</td> |
58 | 63 | </tr>
|
59 | 64 | <tr>
|
60 | 65 | <th>Emails</th>
|
|