[PATCH 20/46] filters: Put the active filter values in bold
Damien Lespiau
damien.lespiau at intel.com
Sun Nov 9 06:08:38 AEDT 2014
From: Belén Barros Peña <belen.barros.pena at intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
templates/patchwork/filters.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/patchwork/filters.html b/templates/patchwork/filters.html
index 929fb16..ae0486f 100644
--- a/templates/patchwork/filters.html
+++ b/templates/patchwork/filters.html
@@ -143,10 +143,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>
--
1.8.3.1
More information about the Patchwork
mailing list