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 | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/app/views/admin_request/show.rhtml b/app/views/admin_request/show.rhtml index 2556513e6..f9fb4ce45 100644 --- a/app/views/admin_request/show.rhtml +++ b/app/views/admin_request/show.rhtml @@ -10,7 +10,6 @@ <strong>Created by:</strong> <%= user_admin_link(@info_request.user) %> <br> <strong>Public body:</strong> <%= public_body_admin_link(@info_request.public_body) %> <br> <strong>Incoming email address:</strong> <%=h @info_request.incoming_email %> <br> -<strong>Envelope email address:</strong> <%=h @info_request.envelope_email %> <br> </p> <p> diff --git a/app/views/request/_correspondence.rhtml b/app/views/request/_correspondence.rhtml index 3bb823fa1..8f91631f2 100644 --- a/app/views/request/_correspondence.rhtml +++ b/app/views/request/_correspondence.rhtml @@ -18,12 +18,7 @@ if not incoming_message.nil? <% if !incoming_message.safe_mail_from.nil? %> <%= incoming_message.safe_mail_from %> of <% end %> - <%= public_body_link(@info_request.public_body) %> - <% if incoming_message.is_bounce %> - replied automatically - <% else %> - replied - <% end %> + <%= public_body_link(@info_request.public_body) %> replied (<%= link_to "link to this", show_response_url(:id => incoming_message.info_request.id, :incoming_message_id => incoming_message.id) %>, <%= link_to "reply", show_response_url(:id => incoming_message.info_request.id, :incoming_message_id => incoming_message.id) + "#show_response_followup" %>) </p> |