aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-08-31 11:33:21 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-08-31 11:33:21 +0100
commitfa86291e64de65386eb370d868a53e4c204bef2e (patch)
tree850b04fb111592f6387633b25c29fac58d03f5c0
parent234722bfa3da886f66f61b9a5e50c968e42b964a (diff)
Correct previously unfixed merge
-rw-r--r--app/views/general/search.rhtml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml
index 3e6a89582..15e00b85e 100644
--- a/app/views/general/search.rhtml
+++ b/app/views/general/search.rhtml
@@ -164,11 +164,7 @@
<% if @xapian_requests_hits == 1 && @page == 1 %>
<h1><%= _("One FOI request matching your search", :user_search_query => h(@query)) %></h1>
<% else %>
-<<<<<<< HEAD
<h1><%= _("FOI requests {{start_count}} to {{end_count}} of {{total_count}}", :start_count => ((@page-1)*@requests_per_page+1).to_s, :end_count => [@page*@requests_per_page, @xapian_requests.matches_estimated].min.to_s, :total_count => @xapian_requests.matches_estimated.to_s, :user_search_query => h(@query)) %></h1>
-=======
- <h1><%= _("FOI requests {{start_count}} to {{end_count}} of {{total_count}}", :start_count => ((@page-1)*@requests_per_page+1).to_s, :end_count => [@page*@requests_per_page, @xapian_requests.matches_estimated].min.to_s, :total_count => @xapian_requests.matches_estimated.to_s, :user_search_query => h(@query)) %></h1>
->>>>>>> e8ff6d861faefb76c11475a112002cd1b0095590
<% end %>
<% if @track_thing %>