Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c894ea2

Browse filesBrowse files
committed
Add html as well
1 parent 6bc6233 commit c894ea2
Copy full SHA for c894ea2

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎pgcommitfest/commitfest/templates/patch_commands.inc

Copy file name to clipboardExpand all lines: pgcommitfest/commitfest/templates/patch_commands.inc
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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>
@@ -29,7 +29,7 @@
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>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.