Repository URL to install this package:
|
Version:
0.19.0 ▾
|
<%#
# 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 %>