From f3ea4fb42c19d9bb0e16e89493a1acb70d6bf04e Mon Sep 17 00:00:00 2001 From: francis Date: Wed, 2 Jan 2008 18:23:51 +0000 Subject: OK --- app/views/body/show.rhtml | 3 +-- todo.txt | 8 +++----- 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) %>

Nobody has made any Freedom of Information requests to this public body using this site.

<% else %> -

There have been <%=pluralize(@public_body.info_requests.size, "Freedom of Information request") %> - made to this public body using this site.

+

People have made <%=pluralize(@public_body.info_requests.size, "Freedom of Information request") %> to this public body using this site.

<%= 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 ==== -- cgit v1.2.3