aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cabo <david@calibea.com>2011-09-25 04:47:07 +0200
committerDavid Cabo <david@calibea.com>2011-09-25 04:47:07 +0200
commit7bb06826a5a33c182635dfbd6d63a4cc475a57f1 (patch)
treeb092998dc79af09609ee19b7cd48123230eede1f
parent63c8de9a24df129d7f2dd51fcdc7e9b1ecdde52c (diff)
Add new div around public body requests for improved theming
-rw-r--r--app/views/public_body/show.rhtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml
index 2436c58b9..8d0ecfc2a 100644
--- a/app/views/public_body/show.rhtml
+++ b/app/views/public_body/show.rhtml
@@ -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>