Sha256: 1ed8fe35cef7010d0ba41a4bf1750c30f0b75405391ee364790f77d061f6232d
Contents?: true
Size: 404 Bytes
Versions: 142
Compression:
Stored size: 404 Bytes
Contents
<% label = local_assigns[:label].presence %> <% html_options = {class: 'input_decimal 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
142 entries across 142 versions & 2 rubygems