aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/general/search.rhtml1
-rw-r--r--app/views/public_body/show.rhtml2
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>