diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-31 12:16:08 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-31 12:16:08 +0000 |
commit | 154bbd163297413d1bb421a6ca0fea3b65f02785 (patch) | |
tree | 7221de64c9b987a3cf4b673a21b791763bea43d2 | |
parent | 5959f96f24155a86011f544a16cda1df5415a089 (diff) |
Don't style an empty box on the "new request" page.
-rw-r--r-- | app/views/request/new.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index 2e554a20b..23212fc0b 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -47,12 +47,12 @@ <% end %> </div> - <div id="request_header_text"> <% if @info_request.public_body.has_notes? %> + <div id="request_header_text"> <h3><%= _('Special note for this authority!') %></h3> <p><%= @info_request.public_body.notes_as_html %></p> + </div> <% end %> - </div> <% if @info_request.public_body.eir_only? %> <h3><%= _('Please ask for environmental information only') %></h3> |