diff options
author | Seb Bacon <seb@mysociety.org> | 2012-01-09 09:35:52 +0000 |
---|---|---|
committer | Seb Bacon <seb@mysociety.org> | 2012-01-09 09:35:52 +0000 |
commit | b2667d15a5685dc01055f60f5a5888b45c5de062 (patch) | |
tree | 7d4f4c5febc828b42d2506ace6cf8f34027b236c | |
parent | ba6ea061868d007aae412635b6ea736eb0db5688 (diff) | |
parent | 7149758430e4192487433a6c13483e9a8b1df261 (diff) |
Merge branch 'wdtk' of https://github.com/sebbacon/alaveteli into wdtk
-rw-r--r-- | app/views/user/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index 9ac203541..9845f6b89 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -147,7 +147,7 @@ <% end %> <% else %> <h2 class="foi_results" id="foi_requests"> - <%= @is_you ? n_('Your %d Freedom of Information request', 'Your %d Freedom of Information requests', @xapian_requests.results.size) % @xapian_requests.results.size : n_('This person\'s %d Freedom of Information request', 'This person\'s %d Freedom of Information requests', @xapian_requests.results.size) % @xapian_requests.results.size %> + <%= @is_you ? n_('Your %d Freedom of Information request', 'Your %d Freedom of Information requests', @xapian_requests.results.size) % @xapian_requests.results.size : n_('This person\'s %d Freedom of Information request', 'This person\'s %d Freedom of Information requests', @xapian_bodies.matches_estimated.to_s) % @xapian_bodies.matches_estimated %> <!-- matches_estimated <%=@xapian_requests.matches_estimated%> --> <%= @match_phrase %> <%= @page_desc %> |