Sha256: 0540e2b0a42052d0255cf3f87f938846d70978c2a72e428509db978f1f4a2fed
Contents?: true
Size: 399 Bytes
Versions: 12
Compression:
Stored size: 399 Bytes
Contents
<% label = local_assigns[:label].presence %> <% html_options = {class: 'input_hash fullwidth'}.update(local_assigns[:html_options] || {}) %> <div class="field"> <% if local_assigns[:form] %> <%= form.label attribute, label %> <%= form.text_area attribute, html_options %> <% else %> <%= label_tag name, label %> <%= text_area_tag name, value, html_options %> <% end %> </div>
Version data entries
12 entries across 12 versions & 2 rubygems