File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 15
15
</ div >
16
16
# endmacro
17
17
18
+ # macro navigation_queues()
19
+ < div id ="mainnav_queues " class ="nav ">
20
+ < ul >
21
+ < li class ="first ">
22
+ < a href ="/query?stage=Unreviewed&status=!closed&order=priority "> Unreviewed</ a >
23
+ </ li >
24
+ < li >
25
+ < a href ="/query?has_patch=0&stage=Accepted&status=!closed&order=priority "> Needs Patch</ a >
26
+ </ li >
27
+ < li >
28
+ < a href ="/query?has_patch=1&needs_better_patch=0&needs_docs=0&needs_tests=0&stage=Accepted&status=!closed&order=changetime&desc=1 "> Needs Review</ a >
29
+ </ li >
30
+ < li >
31
+ < a href ="/query?has_patch=1&needs_better_patch=1&stage=Accepted&status=!closed&order=priority "> Waiting On Author</ a >
32
+ </ li >
33
+ < li >
34
+ < a href ="/query?stage=Ready+for+checkin&status=!closed&order=priority "> Ready For Checkin</ a >
35
+ </ li >
36
+ < li class ="last ">
37
+ < a href ="/query "> Custom Query</ a >
38
+ </ li >
39
+ </ ul >
40
+ </ div >
41
+ # endmacro
42
+
18
43
# macro main()
19
44
< div role ="main ">
20
45
< div id ="metanav " class ="nav ">
34
59
</ ul >
35
60
</ div >
36
61
${navigation('mainnav')}
62
+ ${navigation_queues()}
37
63
< div id ="main " ${{ 'class': {
38
64
'uisymbols': req.session.get('ui.use_symbols'),
39
65
'uinohelp': req.session.get('ui.hide_help'),
You can’t perform that action at this time.
0 commit comments