aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-29 14:00:20 +0000
committerfrancis <francis>2008-02-29 14:00:20 +0000
commitf7042ef14a0359138882c05ef0e1dec738dbbc1b (patch)
tree39df27a8df7378ef96f008a08eb9bb2020d9c81d
parenta84e97656752dafa2750abcab5d55eb3fbd691ea (diff)
Link to exact question.
-rw-r--r--app/views/request/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 821e5974b..6f13430b8 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -32,7 +32,7 @@
<% elsif @status == 'waiting_response_overdue' %>
Currently <strong>overdue a response</strong> from <%=
public_body_link(@info_request.public_body) %>. The
- <%= link_to "response was due", about_url %></li>
+ <%= link_to "response was due", about_url + "#quickly_response" %></li>
on <strong><%= simple_date(@info_request.date_response_required_by) %></strong>.
<% elsif @status == 'rejected' %>
The request was <strong>rejected</strong> by <%= public_body_link(@info_request.public_body) %>.