app/views/fields/email/_index.html.erb in administrate-0.0.12 vs app/views/fields/email/_index.html.erb in administrate-0.1.0

- old
+ new

@@ -1,16 +1,33 @@ +<%# +# 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 %>