Sha256: abc827338060db80de7f6c4f9398d0fe4c1b490032a08505a39b1578983c985d
Contents?: true
Size: 460 Bytes
Versions: 18
Compression:
Stored size: 460 Bytes
Contents
<%# # String Show Partial This partial renders a string attribute, to be displayed on a resource's show page. By default, the attribute is rendered as text with whitespace preserved. ## Local variables: - `field`: An instance of [Administrate::Field::String][1]. A wrapper around the String pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/String %> <div class="preserve-whitespace"><%= field.data %></div>
Version data entries
18 entries across 18 versions & 2 rubygems