aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb@mysociety.org>2012-01-05 15:02:27 +0000
committerSeb Bacon <seb@mysociety.org>2012-01-05 15:02:27 +0000
commit140d2ebd462912890e47a74cd6c3977bbfb84960 (patch)
treef24d9f0dc6cc5ad43f74ef60ade9c95f3b383433
parent733b960b2d24a0d8854aacf108918ad1885a5e54 (diff)
parent89e521bb37419012c75250fd7c45903f615289f1 (diff)
Merge remote branch 'origin/release/0.5' into wdtk
-rw-r--r--app/views/request/list.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/list.rhtml b/app/views/request/list.rhtml
index 3890fa28b..63faf3643 100644
--- a/app/views/request/list.rhtml
+++ b/app/views/request/list.rhtml
@@ -18,7 +18,7 @@
<% if @list_results.empty? %>
<p> <%= _('No requests of this sort yet.')%></p>
<% else %>
- <h2 class="foi_results"><%= _('{{count}} FOI requests found', :count => @list_results.size) %></h2>
+ <h2 class="foi_results"><%= _('{{count}} FOI requests found', :count => @matches_estimated) %></h2>
<div class="results_block">
<% for result in @list_results%>
<% if result.class.to_s == 'InfoRequestEvent' %>