diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin_request/show.rhtml | 1 | ||||
-rw-r--r-- | app/views/request/_correspondence.rhtml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin_request/show.rhtml b/app/views/admin_request/show.rhtml index ddf2191b5..b3ad12083 100644 --- a/app/views/admin_request/show.rhtml +++ b/app/views/admin_request/show.rhtml @@ -9,6 +9,7 @@ <% end %> <strong>Public body:</strong> <%=h @info_request.public_body.name %> <br> <strong>Incoming email address:</strong> <%=h @info_request.incoming_email %> <br> +<strong>Envelope email address:</strong> <%=h @info_request.envelope_email %> <br> </p> <%= link_to 'Public page', main_url(request_url(@info_request)) %> diff --git a/app/views/request/_correspondence.rhtml b/app/views/request/_correspondence.rhtml index 50cf39d86..f3f39be7a 100644 --- a/app/views/request/_correspondence.rhtml +++ b/app/views/request/_correspondence.rhtml @@ -13,6 +13,8 @@ <%= public_body_link(@info_request.public_body) %> <% if incoming_message.contains_information %> sent some <strong>useful information</strong> + <% elsif incoming_message.is_bounce %> + replied automatically <% else %> replied <% end %> |