diff options
Diffstat (limited to 'app/views/help/contact.rhtml')
-rw-r--r-- | app/views/help/contact.rhtml | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/app/views/help/contact.rhtml b/app/views/help/contact.rhtml index 60a8af4f3..203b72e4e 100644 --- a/app/views/help/contact.rhtml +++ b/app/views/help/contact.rhtml @@ -2,37 +2,34 @@ <%= foi_error_messages_for :contact %> -<% form_for :contact do |f| %> - - <div class="form_note"> - <h1>Make a request for public, official information</h1> - </div> +<div id="contact_preamble"> - <p class="form_note"> + <h1>Make a request for public, official information</h1> + <p> <a href="/new">Go here</a> to make your request, in public, for information from UK public authorities. </p> - <div class="form_note"> - <h1>Request information about yourself</h1> + <h1>Request information about yourself</h1> + <p> Our help page about <a href="/help/about#data_protection">data protection</a> explains how to request information about yourself from UK public authorities. - </div> - - <div class="form_note"> - <h1>Contact the WhatDoTheyKnow team</h1> - </div> + </p> - <p class="form_note"> + <h1>Contact the WhatDoTheyKnow team</h1> + <p> We'd love to hear how you have found using this site. </p> - - <p class="form_note"> + <p> Please read the <a href="/help/about">about page</a> first, as it may answer your question quicker. Then fill in this form, or send an email to <a href="mailto:<%=@contact_email%>"><%=@contact_email%></a> </p> - +</div> + +<% form_for :contact do |f| %> + + <% if not @user %> <p> <label class="form_label" for="contact_name">Your name:</label> |