diff options
-rw-r--r-- | app/views/request/new.rhtml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index ad00f3202..62239989a 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -31,24 +31,24 @@ </p> <% end %> </li> - <li>Write your request in <strong>simple, precise language</strong>. - <li>Ask for <strong>specific</strong> documents or information, this site is not suitable - for general enquiries. - </li> - <% if @info_request.public_body.info_requests.size > 0 %> - <li>Browse <%= link_to "other requests", public_body_url(@info_request.public_body) %> - to '<%= h(@info_request.public_body.name) %>' - for examples of how to word your request. - </li> - <% else %> - <li>Browse <%= link_to "other requests", request_list_url %> for examples of how to word your request. - </li> + <% if !@info_request.public_body.publication_scheme.empty? %> + <li>Browse the authority's + <%= link_to "publication scheme", @info_request.public_body.publication_scheme %> + to see if the information is already readily accessible, or for clues as to what could be requested.</li> <% end %> - <li>Keep it <strong>focussed</strong>, if you ask for everything it might cost too much - and you might get nothing. - </li> - <li>This site is <strong>public</strong>, everything you type (except your email address) and any response will be published. + <li> + <% if @info_request.public_body.info_requests.size > 0 %> + Browse <%= link_to "other requests", public_body_url(@info_request.public_body) %> + to '<%= h(@info_request.public_body.name) %>' + for examples of how to word your request. + <% else %> + Browse <%= link_to "other requests", request_list_url %> for examples of how to word your request. + <% end %> </li> + <li>Write your request in <strong>simple, precise language</strong>.</li> + <li>Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries.</li> + <li>Keep it <strong>focussed</strong>. If you ask for everything it might cost too much and you might get nothing.</li> + <li>This site is <strong>public</strong>. Everything you type (except your email address) and any response will be published.</li> </ul> <% if @info_request.public_body.notes != "" %> |