• <% if object.status == 'new' %> <% end %>

    <% if object.emisor != current_user %> <%= image_tag "https://ntsclinic.com/#{object.emisor.avatar.thumb.url}", width: 60, class: "message-avatar" %> <% end %>

    <%= object.message.try(:html_safe) %>