<h3 id=“fields”>Possible Types</h3>

<ul>

<% possible_types.each do |possible_type| %>

<li><a href="<%= base_url %>/object/<%= slugify.(possible_type) %>"><%= possible_type %></a></li>

<% end %>

</ul>