Sha256: 20004f7bdd9618defdc04eaba192927c4f8104cfa452637f6cd8dfe1acf19db7
Contents?: true
Size: 408 Bytes
Versions: 9
Compression:
Stored size: 408 Bytes
Contents
<% label = local_assigns[:label].presence %> <% html_options = {class: 'input_string fullwidth'}.update(local_assigns[:html_options] || {}) %> <div class="form-group"> <% 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
9 entries across 9 versions & 2 rubygems