diff options
Diffstat (limited to 'app/views/request/_followup.rhtml')
-rw-r--r-- | app/views/request/_followup.rhtml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index f228ca71d..8266661c9 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -1,8 +1,5 @@ <div id="followup"> -<% if (correspondence.class.to_s == 'IncomingMessage') - incoming_message = correspondence%> - <h2>Send a follow up message <% if !incoming_message.safe_mail_from.nil? %> to <%= incoming_message.safe_mail_from %> @@ -32,7 +29,5 @@ <% end %> </p> -<% end %> - </div> |