Sha256: 490fd46e93a9cf7402ec44571b079f89b4b36be49221e2d61c8ea60de284f381
Contents?: true
Size: 418 Bytes
Versions: 6
Compression:
Stored size: 418 Bytes
Contents
<%# # Select Show Partial This partial renders a selectable text attribute, to be displayed on a resource's show page. ## Local variables: - `field`: An instance of [Administrate::Field::Select][1]. A wrapper around the attribute pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Select %> <div class="bg-gray-50 p-3 rounded-md shadow-sm"> <%= field.data %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems