aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/public_body/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/public_body/show.rhtml')
-rw-r--r--app/views/public_body/show.rhtml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml
index 2436c58b9..7d37a35a7 100644
--- a/app/views/public_body/show.rhtml
+++ b/app/views/public_body/show.rhtml
@@ -1,4 +1,4 @@
-<% @title = h(@public_body.name) + " - view and make Freedom of Information requests" %>
+<% @title = h(@public_body.name) + _(" - view and make Freedom of Information requests") %>
<div id="main_content">
<div id="header_right">
<h2><%= _('Follow this authority')%></h2>
@@ -67,6 +67,7 @@
</div>
</div>
+ <div id="foi_results_section">
<% if @public_body.info_requests.size == 0 %>
<% if @public_body.eir_only? %>
<h2><%= _('Environmental Information Regulations requests made using this site') %></h2>
@@ -117,5 +118,6 @@
<h2> <%= _('Freedom of Information requests made')%></h2>
<% end %>
<p> <%= _('The search index is currently offline, so we can\'t show the Freedom of Information requests that have been made to this authority.')%></p>
- <% end %>
+ <% end %>
+ </div>
</div>