<%# We're deprecating this quick reference partial in favor of the new sidebar design we're using in documents %> <%# Usage: render partial: 'content/display/quick_reference', locals: { content: @content } %> <% serialized_content = ContentSerializer.new(content) %>

<%= content.class.icon %> <%= link_to content.name, content %> <% if content.respond_to?(:universe) && content.universe %> <%= link_to content.universe do %> <%= Universe.icon %> <% end %> <% end %>