Sha256: 75a3766300b320214259daaf399258dac458442532aa7ff75d742527f1104237
Contents?: true
Size: 452 Bytes
Versions: 24
Compression:
Stored size: 452 Bytes
Contents
<%# # Text Show Partial This partial renders a text 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::Text][1]. A wrapper around the Text pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Text %> <span class="preserve-whitespace"><%= field.data %></span>
Version data entries
24 entries across 24 versions & 2 rubygems