Sha256: 82de9d9592c594bf396288be662a47f98e5540bd784c54f9a4148237d2c594c5
Contents?: true
Size: 701 Bytes
Versions: 6
Compression:
Stored size: 701 Bytes
Contents
<%# # Polymorphic Index Partial This partial renders a polymorphic relationship, to be displayed on a resource's index page. By default, the relationship is rendered as a link to the associated object. ## Local variables: - `field`: An instance of [Administrate::Field::Polymorphic][1]. A wrapper around the polymorphic belongs_to relationship pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Polymorphic %> <% if field.data %> <%= link_to_if( accessible_action?(field.data, :show), field.display_associated_resource, [namespace, field.data], class: "text-blue-600 hover:text-blue-800 visited:text-purple-600" ) %> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems