aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request')
-rw-r--r--app/views/request/_followup.rhtml4
-rw-r--r--app/views/request/new.rhtml6
-rw-r--r--app/views/request/preview.rhtml2
-rw-r--r--app/views/request/show.rhtml6
4 files changed, 9 insertions, 9 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml
index ae6dd6f98..f3dcbd785 100644
--- a/app/views/request/_followup.rhtml
+++ b/app/views/request/_followup.rhtml
@@ -42,13 +42,13 @@
in term time
<% end %>
by <strong><%= simple_date(@info_request.date_response_required_by) %></strong>
- (<%= link_to "details", about_url + "#quickly_response" %>).
+ (<%= link_to "details", "/help/requesting#quickly_response" %>).
</p>
<% elsif status == 'waiting_response_very_overdue' %>
<p>
The response to your request is <strong>long overdue</strong>. You can say that, by
law, under all circumstances, the authority should have responded
- by now (<%= link_to "details", about_url + "#quickly_response" %>).
+ by now (<%= link_to "details", "/help/requesting#quickly_response" %>).
</p>
<% end %>
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml
index 618b9de70..b2fa9176e 100644
--- a/app/views/request/new.rhtml
+++ b/app/views/request/new.rhtml
@@ -50,7 +50,7 @@
</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>focused</strong>, you'll be more likely to get what you want (<a href="/help/about#focused">why?</a>).</li>
+ <li>Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href="/help/requesting#focused">why?</a>).</li>
<li>This site is <strong>public</strong>. Everything you type and any response will be published.</li>
</ul>
@@ -66,7 +66,7 @@
<p>The Freedom of Information Act <strong>does not apply</strong> to <%=h(@info_request.public_body.name)%>.
However, you have the right to request environmental
- information under a different law (<a href="/help/about#eir">explanation</a>).
+ information under a different law (<a href="/help/requesting#eir">explanation</a>).
This covers a very wide spectrum of information about the state of
the <strong>natural and built environment</strong>, such as:
@@ -138,7 +138,7 @@
<p class="form_note">
<strong>Can I request information about myself?</strong>
- <a href="/help/about#data_protection">No! (Click here for details)</a>
+ <a href="/help/requesting#data_protection">No! (Click here for details)</a>
</p>
<div class="form_button">
diff --git a/app/views/request/preview.rhtml b/app/views/request/preview.rhtml
index 23f3e0759..8c651bb36 100644
--- a/app/views/request/preview.rhtml
+++ b/app/views/request/preview.rhtml
@@ -29,7 +29,7 @@
<% end %>
<p><strong>Privacy note:</strong> If you want to request private information about
- yourself then <a href="/help/about#data_protection">click here</a>.
+ yourself then <a href="/help/requesting#data_protection">click here</a>.
<p>
<%= f.hidden_field(:title) %>
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 547ef5265..006edab76 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -68,7 +68,7 @@
normally
<% end %>
no later than <strong><%= simple_date(@info_request.date_response_required_by) %></strong>
- (<%= link_to "details", about_url + "#quickly_response" %>).
+ (<%= link_to "details", "/help/requesting#quickly_response" %>).
<% elsif @status == 'waiting_response_overdue' %>
Response to this request is <strong>delayed</strong>.
By law, <%= public_body_link(@info_request.public_body) %> should
@@ -77,12 +77,12 @@
in term time
<% end %>
by <strong><%= simple_date(@info_request.date_response_required_by) %></strong>
- (<%= link_to "details", about_url + "#quickly_response" %>).
+ (<%= link_to "details", "/help/requesting#quickly_response" %>).
<% elsif @status == 'waiting_response_very_overdue' %>
Response to this request is <strong>long overdue</strong>.
By law, under all circumstances, <%= public_body_link(@info_request.public_body) %>
should have responded by now
- (<%= link_to "details", about_url + "#quickly_response" %>).
+ (<%= link_to "details", "/help/requesting#quickly_response" %>).
You can <strong>complain</strong> by
<%= link_to "requesting an internal review", show_response_no_followup_url(:id => @info_request.id, :incoming_message_id => nil) + "?internal_review=1#followup" %>.
<% elsif @status == 'not_held' %>