diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 99ba55d11..dd0dbd63b 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -11,11 +11,13 @@ <p id="request_status"> <% if @status == 'awaiting' %> - Currently <strong>waiting for a response</strong> from <%= public_body_link(@info_request.public_body) %> + Currently <strong>waiting for a response</strong> from <%= public_body_link(@info_request.public_body) %>. + Response must be made by <strong><%= simple_date(@date_response_required_by) %></strong>. <% elsif @status == 'overdue' %> Currently <strong>overdue a response</strong> from <%= - public_body_link(@info_request.public_body) %>. Under section blah of the - Freedom of Information Act 2000 responses must be made within 20 working days. + public_body_link(@info_request.public_body) %>. The + <%= link_to "response was due", about_url %></li> + on <strong><%= simple_date(@date_response_required_by) %></strong>. <% elsif @status == 'information' %> The request was at least partly <strong>successful</strong>. <% elsif @status == 'none' %> |