<%# # Email Index Partial This partial renders an email address, to be displayed on a resource's index page. By default, the relationship is rendered as a `mailto` link. ## Local variables: - `field`: An instance of [Administrate::Field::Email][1]. A wrapper around the email pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Email %> <%= mail_to field.data %>