File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments