Sha256: 53c402764bfcaed025908f49aaa1d552bfe617bae99375aa4b8e8f42a4497fdd
Contents?: true
Size: 409 Bytes
Versions: 9
Compression:
Stored size: 409 Bytes
Contents
<% label = local_assigns[:label].presence %> <% html_options = {class: 'input_decimal 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