<%= link_to content.name, content, class: 'white-text' %>
<% if content.description.present? %>
<%= truncate(content.description, length: 300) %>
<% end %>
<% if content.respond_to?(:universe_id) && content.universe_id.present? && content.universe_id > 0 %>
<%= Universe.icon %>
<%= link_to content.universe.name, content.universe %>
<% end %>
access_time
<%= change_event.action %>
<%= time_ago_in_words change_event.created_at %> ago