diff options
Diffstat (limited to 'app/views/request/_followup.rhtml')
-rw-r--r-- | app/views/request/_followup.rhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index fe16ff33b..138503a30 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -9,6 +9,12 @@ </h2> <% end %> + <% if @internal_review %> + <p>Write a message asking the authority to conduct an internal review + of their handling of your request. + </p> + <% end %> + <% if @info_request.stop_new_responses %> <p>Follow ups and new responses to this request have been stopped to prevent spam. Please <a href="/help/contact">contact us</a> if you are <%= user_link(@info_request.user) %> |