aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request')
-rw-r--r--app/views/request/_followup.rhtml10
-rw-r--r--app/views/request/show_response.rhtml2
2 files changed, 11 insertions, 1 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml
index 0a9df60c2..fe7b09ea5 100644
--- a/app/views/request/_followup.rhtml
+++ b/app/views/request/_followup.rhtml
@@ -20,6 +20,16 @@
<p>Use this to tell the public authority something, such as to clarify
your request, or if they are late responding.</p>
+ <% 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) %>.
+ The response was due
+ on <strong><%= simple_date(@info_request.date_response_required_by) %></strong>
+ (<%= link_to "more info", about_url + "#quickly_response" %>). You can say
+ that under the Freedom of Information Act they should have replied by now.
+ </p>
+ <% end %>
+
<% form_for(:outgoing_message, @outgoing_message) do |o| %>
<p>
<%= o.text_area :body, :rows => 10, :cols => 55 %>
diff --git a/app/views/request/show_response.rhtml b/app/views/request/show_response.rhtml
index 77d03214d..45c3f02d4 100644
--- a/app/views/request/show_response.rhtml
+++ b/app/views/request/show_response.rhtml
@@ -26,7 +26,7 @@
<h2>Response to FOI request '<%= request_link @info_request %>'</h2>
<% end %>
<% end %>
-
+
<% if @incoming_message.nil? %>
<%= render :partial => 'correspondence', :locals => { :info_request_event => @info_request.get_last_outgoing_event, :incoming_message => nil } %>
<% else %>