+
+ <% if message.content %>
+ <%= message.content %>
+ <% end %>
+ <% if message.attachments %>
+ <% message.attachments.each do |attachment| %>
+ Attachment [Click here to view]
+ <% end %>
+ <% end %>
+
+ |
+
+<% end %>
diff --git a/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb b/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb
index b99ad9d1d..31648f2b8 100644
--- a/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb
+++ b/app/views/mailers/conversation_reply_mailer/reply_with_summary.html.erb
@@ -15,7 +15,7 @@
<% end %>
<% if message.attachments %>
<% message.attachments.each do |attachment| %>
- attachment [