<%= object.emisor.short_name %> <%= I18n.localize(object.created_at, format: '%d/%b/%Y, %I:%M%P') %>
<%= image_tag "https://ntsclinic.com#{object.emisor == @user ? object.emisor.avatar.thumb.url : object.user.avatar.thumb.url}", width: 60, class: "direct-chat-img" %>
<%= object.message.try(:html_safe) %>