Sha256: eec19fb93c36fb201693b9d346bbaf591d29bfec62e1b4e3572486a1a15d77d1
Contents?: true
Size: 446 Bytes
Versions: 10
Compression:
Stored size: 446 Bytes
Contents
<%# # Url Index Partial This partial renders an email address, to be displayed on a resource's index page. By default, the value is rendered as an `a` element. ## Local variables: - `field`: An instance of [Administrate::Field::Url][1]. A wrapper around the email pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Url %> <%= content_tag :a, href: field.data do %> <%= field.data %> <% end %>
Version data entries
10 entries across 10 versions & 2 rubygems