diff options
author | adam <adam> | 2008-03-12 17:17:00 +0000 |
---|---|---|
committer | adam <adam> | 2008-03-12 17:17:00 +0000 |
commit | 755af8c881c5de00a6c961bfb62282b43820e84d (patch) | |
tree | 7c59b42b57aa25c8a2c4ae0e8d28579ddc783c9b | |
parent | 1e2ee1e67c54fb9843a93bd1345894e056c37cbc (diff) |
move the note a bit further up, slight text change
-rw-r--r-- | app/views/help/contact.rhtml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/help/contact.rhtml b/app/views/help/contact.rhtml index 1b8e7f246..84addd88f 100644 --- a/app/views/help/contact.rhtml +++ b/app/views/help/contact.rhtml @@ -17,6 +17,12 @@ answer your question quicker. </p> + <p class="form_note"> + <strong>Note:</strong> This is for contacting the WhatDoTheyKnow + team only. If you are trying to send a new Freedom of Information + request to a public body, then <a href="/new">go here</a>. + </p> + <% if not @user %> <p> <label class="form_label" for="contact_name">Your name:</label> @@ -39,12 +45,6 @@ <%= f.text_area :message, :rows => 5, :cols => 50 %> </p> - <p class="form_note"> - <strong>Note:</strong> This is for contacting the WhatDoTheyKnow - team only. If you are trying to send a new Freedom of Information - request to part of the UK government, then <a href="/new">go here</a>. - </p> - <div class="form_button"> <%= hidden_field_tag(:submitted_contact_form, { :value => 1 } ) %> <%= submit_tag "Send message" %> |