Sha256: b4e108badcb6c4307b94773c1f3401950acca6d826b077ec8f5100ce0e56e900
Contents?: true
Size: 414 Bytes
Versions: 148
Compression:
Stored size: 414 Bytes
Contents
<% label = local_assigns[:label].presence %> <% html_options = {class: 'password_string fullwidth'}.update(local_assigns[:html_options] || {}) %> <div class="field"> <% if local_assigns[:form] %> <%= form.label attribute, label %> <%= form.password_field attribute, html_options %> <% else %> <%= label_tag name, label %> <%= password_field_tag name, value, html_options %> <% end %> </div>
Version data entries
148 entries across 148 versions & 2 rubygems