<%= object.emisor.full_name %> <%= I18n.localize(object.created_at, format: '%d de %B').titleize %>
<% if text.length > 100 %> <%= text.slice(0..100) %>... <% else %> <%= text %> <% end %>