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