diff options
-rw-r--r-- | patchwork/templates/patchwork/filters.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchwork/templates/patchwork/filters.html b/patchwork/templates/patchwork/filters.html index 7652db5..ddd20dd 100644 --- a/patchwork/templates/patchwork/filters.html +++ b/patchwork/templates/patchwork/filters.html @@ -144,10 +144,10 @@ function submitter_field_change(field) <div class="filters"> <div id="filtersummary"> - <strong><a href="javascript:filter_click()">Filters</a>:</strong> + <a href="javascript:filter_click()">Show patches with</a>: {% if filters.applied_filters %} {% for filter in filters.applied_filters %} - {{ filter.name }} = {{ filter.condition }} + {{ filter.name }} = <strong>{{ filter.condition }}</strong> {% if not filter.forced %} <a href="{{ filter.url_without_me }}"> <span class="glyphicon glyphicon-minus-sign" /></a> |