diff options
author | francis <francis> | 2008-11-10 18:36:39 +0000 |
---|---|---|
committer | francis <francis> | 2008-11-10 18:36:39 +0000 |
commit | 8504451c35da8bee012c8e12fca939cd30ac9683 (patch) | |
tree | 3b09d283db4d37efca27b04342c3d26e74339f57 | |
parent | e9790ccecf2a58b6273ccd6ec621e09cc3a00516 (diff) |
Add promptly in a couple more places.
-rw-r--r-- | app/views/request/_followup.rhtml | 2 | ||||
-rw-r--r-- | app/views/request/show.rhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index 0ef38ea76..8ffcacc89 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -30,7 +30,7 @@ <% if @info_request.calculate_status == 'waiting_response_overdue' %> <p>This request is currently <strong>overdue a response</strong> from <%= public_body_link(@info_request.public_body) %>. - By law, the response had to be made no later than + By law, the response had to be made promptly and no later than <strong><%= simple_date(@info_request.date_response_required_by) %></strong> (<%= link_to "more info", about_url + "#quickly_response" %>). You can say that under the <%=h(@info_request.law_used_act)%> they should have replied by now, diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index ef5c7557d..6822f632e 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -70,7 +70,7 @@ <% elsif @status == 'waiting_response_overdue' %> Currently <strong>overdue a response</strong> from <%= public_body_link(@info_request.public_body) %>. By law, - the response had to be + the response had to be prompt and <%= link_to "no later", about_url + "#quickly_response" %> than <strong><%= simple_date(@info_request.date_response_required_by) %></strong>. |