diff options
author | francis <francis> | 2008-02-29 14:00:20 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-29 14:00:20 +0000 |
commit | f7042ef14a0359138882c05ef0e1dec738dbbc1b (patch) | |
tree | 39df27a8df7378ef96f008a08eb9bb2020d9c81d | |
parent | a84e97656752dafa2750abcab5d55eb3fbd691ea (diff) |
Link to exact question.
-rw-r--r-- | app/views/request/show.rhtml | 2 |
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) %>. |