File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
{%extends "base.html"%}
2
2
{%block contents%}
3
3
< p >
4
- The following commitfests exist in the system.
5
- {%if inprogresscf%}Current review work is done in commitfest < a href ="/{{inprogresscf.id}}/ "> {{inprogresscf}}</ a > .{%endif%}
6
- {%if opencf%}New patches should be submitted to commitfest < a href ="/{{opencf.id}}/ "> {{opencf}}</ a > .{%endif%}
4
+ {%if inprogresscf%}A commitfest is currently in progress: < a href ="/{{inprogresscf.id}}/ "> {{inprogresscf}}</ a > .{%endif%}
5
+ </ p >
6
+ < p >
7
+ Useful links that you can use and bookmark:
7
8
</ p >
8
9
< ul >
9
- {%for c in commitfests%}
10
- < li > < a href ="/{{c.id}}/ "> {{c}}</ a > ({{c.statusstring}}{%if c.startdate%} - {{c.periodstring}}{%endif%})</ li >
11
- {%endfor%}
10
+ < li > < a href ="/current/ "> All patches in the current commitfest</ a > </ li >
11
+ < li > < a href ="/open/ "> All patches in the open commitfest</ a > </ li >
12
+ < li > < a href ="/open/new/ "> Create a new commitfest entry</ a > </ li >
13
+ < li > < a href ="/current/?author=-3 "> Your entries in the current commitfest</ a > </ li >
14
+ < li > < a href ="/open/?author=-3 "> Your entries in the open commitfest</ a > </ li >
15
+ < li > < a href ="/current/?reviewer=-3 "> Entries that you are reviewing in current commitfest</ a > </ li >
12
16
</ ul >
13
- < br />
14
17
< h3 > Commands</ h3 >
15
18
< form method ="GET " action ="/search/ " class ="form-inline ">
16
19
< div class ="form-group ">
17
20
< input type ="text " class ="form-control " id ="searchterm " name ="searchterm " placeholder ="Global search ">
18
21
</ div >
19
22
< button type ="submit " class ="btn btn-default "> Search</ button >
20
23
</ form >
24
+ < h3 > List of commitfests</ h3 >
25
+ < ul >
26
+ {%for c in commitfests%}
27
+ < li > < a href ="/{{c.id}}/ "> {{c}}</ a > ({{c.statusstring}}{%if c.startdate%} - {{c.periodstring}}{%endif%})</ li >
28
+ {%endfor%}
29
+ </ ul >
30
+ < br />
21
31
{%endblock%}
You can’t perform that action at this time.
0 commit comments