diff mbox

[18/49] filters: Use a more visible and human-friendly phrasing for 'filters'

Message ID 1443708774-26996-19-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 1, 2015, 2:12 p.m. UTC
From: Belén Barros Peña <belen.barros.pena@intel.com>

v2: Change commit message

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 patchwork/templates/patchwork/filters.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

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 }}">&nbsp;&nbsp;<span
       class="glyphicon glyphicon-minus-sign" /></a>