diff options
author | tony <tony> | 2009-03-09 08:57:24 +0000 |
---|---|---|
committer | tony <tony> | 2009-03-09 08:57:24 +0000 |
commit | e68577375b9aaede56f9d735d8d2903f5362b9ab (patch) | |
tree | f7d1b77e2f30f0bcf060231aa0bcee1d7d5ddf4a | |
parent | 6ea34a188ea4f0bb786e2be9bc002d91d36e9764 (diff) |
Link to publication scheme (if known) when making a new request.
-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 != "" %> |