File tree 1 file changed +9
-4
lines changed
pgcommitfest/commitfest/templates
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 4
4
{%include "patch_commands.inc"%}
5
5
< table class ="table table-bordered ">
6
6
< tbody >
7
+ < tr >
8
+ < th > ID</ th >
9
+ < td > < a href ="/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%}< 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 >
58
63
</ tr >
59
64
< tr >
60
65
< th > Emails</ th >
You can’t perform that action at this time.
0 commit comments