Sha256: 457e1f0addaec55255b1a9c06932be662d3b6e3cd2c2d62df95efbf49e674cff
Contents?: true
Size: 411 Bytes
Versions: 43
Compression:
Stored size: 411 Bytes
Contents
<%# # Email Show Partial This partial renders an email address, to be displayed on a resource's show 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 %>
Version data entries
43 entries across 43 versions & 3 rubygems