We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5bc24 commit 831bcb9Copy full SHA for 831bcb9
pgcommitfest/commitfest/templates/home.html
@@ -105,6 +105,11 @@ <h3>Your Dashboard</h3>
105
106
{% if show_dashboard %}
107
108
+ <button type="button" class="btn btn-secondary active" id="filterButton" onClick="togglePatchFilterButton('filterButton', 'collapseFilters')">Search/filter</button>
109
+ {%if user.is_authenticated%}
110
+ <a class="btn btn-secondary{% if request.GET.author == '-3' %} active{% endif %}" href="?author=-3">My patches</a>
111
+ <a class="btn btn-secondary{% if request.GET.reviewer == '-3' %} active{% endif %}" href="?reviewer=-3">My reviews</a>
112
+ {%endif%}
113
{%include "filter_form.html" %}
114
115
<p>
0 commit comments