File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pgcommitfest/commitfest/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44< div class ="btn-group ">
55 < a class ="btn btn-default dropdown-toggle " data-toggle ="dropdown " href ="# "> Comment/Review < span class ="caret "> </ span > </ a >
6- < ul class ="dropdown-menu ">
6+ < ul class ="dropdown-menu dropdown-menu__up ">
77 < li > < a href ="comment/ "> Comment</ a >
88 < li > < a href ="review/ "> Review</ a >
99 </ ul >
1010</ div >
1111
1212< div class ="btn-group ">
1313 < a class ="btn btn-default dropdown-toggle " data-toggle ="dropdown " href ="# "> Change Status < span class ="caret "> </ span > </ a >
14- < ul class ="dropdown-menu " role ="menu ">
14+ < ul class ="dropdown-menu dropdown-menu__up " role ="menu ">
1515 < li role ="presentation " class ="dropdown-header "> Open statuses</ li >
1616 < li role ="presentation "> < a href ="status/review/ "> Needs review</ a > </ li >
1717 < li role ="presentation "> < a href ="status/author/ "> Waiting on Author</ a > </ li >
2929{%if request.user.is_staff%}
3030< div class ="btn-group ">
3131 < a class ="btn btn-default dropdown-toggle " data-toggle ="dropdown " href ="# "> Send private mail < span class ="caret "> </ span > </ a >
32- < ul class ="dropdown-menu ">
32+ < ul class ="dropdown-menu dropdown-menu__up ">
3333 < li > < a href ="send_email/?authors={{patch.id}} "> Send mail to authors</ a > </ li >
3434 < li > < a href ="send_email/?reviewers={{patch.id}} "> Send mail to reviewers</ a > </ li >
3535 < li > < a href ="send_email/?authors={{patch.id}}&reviewers={{patch.id}} "> Send mail to authors and reviewers</ a > </ li >
You can’t perform that action at this time.
0 commit comments