diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-03-23 11:10:20 +0000 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-03-27 14:27:26 +0000 |
commit | 67155d1495c919ab211547d67fdee2b7f34c8eac (patch) | |
tree | 752816b1daff1d1f848550a140ee37e4fc2052d2 | |
parent | 1d028c97a3093281dc72882a77721341dddffeca (diff) |
Wrap current filter in span for styling hook
-rw-r--r-- | app/views/request/_request_filter_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_request_filter_form.html.erb b/app/views/request/_request_filter_form.html.erb index 19961ddfc..549ddb32c 100644 --- a/app/views/request/_request_filter_form.html.erb +++ b/app/views/request/_request_filter_form.html.erb @@ -14,7 +14,7 @@ <%= link_to label, url_for(:controller => "request", :action => "list", :view => status) + "?" + request.query_string + '#results' %> <% end %> <% else %> - <%= label %> + <span><%= label %></span> <% end %> </li> <% end %> |