• <%= object.emisor.full_name %>

    <%= image_tag "https://ntsclinic.com/#{object.emisor.avatar.thumb.url}", width: 60 %>
    <% text = Nokogiri::HTML(object.message).text %>

    <% if text.length > 100 %> <%= text.slice(0..100) %>... <% else %> <%= text %> <% end %>