Sha256: a017c63a9ca9395d1640396b4a3fa79c0b0d58e8979d0e4bd4d9a92e1e23641e
Contents?: true
Size: 456 Bytes
Versions: 6
Compression:
Stored size: 456 Bytes
Contents
<%# # Password Show Partial This partial renders a password attribute, to be displayed on a resource's show page. By default, the attribute is rendered as an truncate string. ## Local variables: - `field`: An instance of [Administrate::Field::Password][1]. A wrapper around the Password. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Password %> <div class="bg-gray-50 p-3 rounded-md shadow-sm"> <%= field.truncate %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems