[PATCH 18/49] filters: Use a more visible and human-friendly phrasing for 'filters'
Damien Lespiau
damien.lespiau at intel.com
Fri Oct 2 00:12:23 AEST 2015
From: Belén Barros Peña <belen.barros.pena at intel.com>
v2: Change commit message
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
patchwork/templates/patchwork/filters.html | 4 ++--
1 file 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>
--
2.1.0
More information about the Patchwork
mailing list