diff options
-rw-r--r-- | app/views/public_body/show.html.erb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/views/public_body/show.html.erb b/app/views/public_body/show.html.erb index e9798f0a9..5a9c7b012 100644 --- a/app/views/public_body/show.html.erb +++ b/app/views/public_body/show.html.erb @@ -101,12 +101,11 @@ <% end %> <% end %> <% else %> - <h2 class="foi_results"> - <% if @public_body.eir_only? %> - <%= pluralize(@public_body.info_requests.size, "Environmental Information Regulations request made using this site") %> + <% unless @page_desc.blank? %> + <h2 class="foi_results"> + <%= @page_desc %> + </h2> <% end %> - <%= @page_desc %> - </h2> <a name="results"></a> <% if @public_body.info_requests.size > 4 %> |