aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/body/show.rhtml3
-rw-r--r--todo.txt8
2 files changed, 4 insertions, 7 deletions
diff --git a/app/views/body/show.rhtml b/app/views/body/show.rhtml
index cdb35a597..84ee2a617 100644
--- a/app/views/body/show.rhtml
+++ b/app/views/body/show.rhtml
@@ -10,8 +10,7 @@ A public body in the UK, also called <%= h(@public_body.short_name) %>
<p>Nobody has made any Freedom of Information requests to this public body using this site.</p>
<% else %>
- <p>There have been <%=pluralize(@public_body.info_requests.size, "Freedom of Information request") %>
- made to this public body using this site.</p>
+ <p>People have made <%=pluralize(@public_body.info_requests.size, "Freedom of Information request") %> to this public body using this site.</p>
<%= render :partial => 'request/request_listing', :locals => { :info_requests => @public_body.info_requests.sort { |a,b| b.created_at <=> a.created_at } } %>
<% end %>
diff --git a/todo.txt b/todo.txt
index e05b80e9f..41be1124c 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,10 +1,6 @@
FOI requests to use to test it
==============================
-"Fundamental Savings Review" - Tom's friend
-
-BAILII - relationship with law courts, robots.txt ?
-
The Better Regulation Executive has issued step–by–step guidance for officials
wishing to use the order–making powers to deliver regulatory reform. For this
and contact details for the guidance, please visit the Better Regulation Unit
@@ -16,7 +12,9 @@ the Oxford Economic Forecasting's report "The Economic Contribution of the
Aviation Industry in the UK" in the "Air Transport White Paper Progress Report
2006"
-DTI CAM one
+BAILII - relationship with law courts, robots.txt ?
+
+"Fundamental Savings Review" - Tom's friend
Next
====