diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-06-14 14:25:11 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-06-14 14:25:11 +0100 |
commit | 7b9f04310fcac4af6ede91a6ba6ea2726e6559db (patch) | |
tree | 2857b199bf617ab3ef639c738e6553fc7319b2a2 | |
parent | 7d43b2d344f0ea273563255e80b8d370e3c6d8f2 (diff) |
remove notes to self about UK hard-coded stuff (so we can deploy WDTK from alaveteli code base)
-rw-r--r-- | app/views/general/search.rhtml | 1 | ||||
-rw-r--r-- | app/views/public_body/show.rhtml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml index 876d54270..a19113453 100644 --- a/app/views/general/search.rhtml +++ b/app/views/general/search.rhtml @@ -126,7 +126,6 @@ </ul> <h2 id="statuses"><%= _('Table of statuses') %></h2> - <h3>XXX this should be automatically generated</h3> <table class="status_table"> <tr><td><strong><%=search_link('status:waiting_response')%></strong></td><td> Waiting for the public authority to reply </td></tr> <tr><td><strong><%=search_link('status:not_held')%></strong></td><td> The public authority does not have the information requested </td></tr> diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml index 8b56d68c0..94022198a 100644 --- a/app/views/public_body/show.rhtml +++ b/app/views/public_body/show.rhtml @@ -12,7 +12,6 @@ <% end %> <% if @public_body.has_tag?("charity") %> <% for tag_value in @public_body.get_tag_values("charity") %> - XXX UK-specific <% if tag_value.match(/^SC/) %> <%= link_to _('Charity registration'), "http://www.oscr.org.uk/CharityIndexDetails.aspx?id=" + tag_value %><br> <% else %> @@ -67,7 +66,6 @@ <% if @xapian_requests.results.empty? %> <% if @public_body.eir_only? %> <h2>Environmental Information Regulations requests made using this site</h2> - <h4>XXX this section needs localising re EIR as these are specific to UK law</h4> <p>Nobody has made any Environmental Information Regulations requests to <%=h(@public_body.name)%> using this site yet.</p> <% else %> <h2> <%= _('Freedom of Information requests made using this site')%></h2> |