Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
administrate / app / views / fields / password / _show.html.erb
Size: Mime:
<%#
# 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
%>

<%= field.truncate %>