diff --git a/app/views/conversation_mailer/new_message.html.erb b/app/views/conversation_mailer/new_message.html.erb index fd59b027c..ecc93eeba 100644 --- a/app/views/conversation_mailer/new_message.html.erb +++ b/app/views/conversation_mailer/new_message.html.erb @@ -3,14 +3,12 @@

You have new messages on your conversation.

- <% @messages.each do |message| %> - - - - - <% end %> + <% @messages.each do |message| %> + + + + + <% end %>
- <%= message.incoming? ? 'You' : message.user.name %> - : <%= message.content %>
+ <%= message.incoming? ? 'You' : message.user.name %> + : <%= message.content %>
- -

Click <%= link_to 'here', app_conversation_url(id: @conversation.display_id) %> to get back to the conversation.