diff options
author | David Cabo <david@calibea.com> | 2011-09-25 04:47:07 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-09-25 04:47:07 +0200 |
commit | 7bb06826a5a33c182635dfbd6d63a4cc475a57f1 (patch) | |
tree | b092998dc79af09609ee19b7cd48123230eede1f | |
parent | 63c8de9a24df129d7f2dd51fcdc7e9b1ecdde52c (diff) |
Add new div around public body requests for improved theming
-rw-r--r-- | app/views/public_body/show.rhtml | 4 |
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> |