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