Sha256: 7e96906f12e8509ce09fe409acd7850698bad7a32dbb918fc8d5a5642afb4dbe
Contents?: true
Size: 481 Bytes
Versions: 6
Compression:
Stored size: 481 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="bg-gray-50 p-3 rounded-md shadow-sm"> <%= field.data %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems