diff options
author | francis <francis> | 2008-11-10 18:37:39 +0000 |
---|---|---|
committer | francis <francis> | 2008-11-10 18:37:39 +0000 |
commit | 4e8a3bf80e1c52e10045c50057d43d29ae1940bc (patch) | |
tree | 24250f3b1c31e57b9353e51c99abc474626d2477 | |
parent | 8504451c35da8bee012c8e12fca939cd30ac9683 (diff) |
Use but
-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 8ffcacc89..d1adb65c7 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 promptly and no later than + By law, the response had to be prompt but 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 6822f632e..24532b2d4 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 prompt and + the response had to be prompt but <%= link_to "no later", about_url + "#quickly_response" %> than <strong><%= simple_date(@info_request.date_response_required_by) %></strong>. |