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

Version Path
administrate_tailwind_theme-0.0.6 app/views/fields/password/_show.html.erb
administrate_tailwind_theme-0.0.5 app/views/fields/password/_show.html.erb
administrate_tailwind_theme-0.0.4 app/views/fields/password/_show.html.erb
administrate_tailwind_theme-0.0.3 app/views/fields/password/_show.html.erb
administrate_tailwind_theme-0.0.2 app/views/fields/password/_show.html.erb
administrate_tailwind_theme-0.0.1 app/views/fields/password/_show.html.erb