Sha256: c9076fc0300cc6795a89b7a3fa8eecaadfb0352e72cdfe0d9b69f1011000b383
Contents?: true
Size: 388 Bytes
Versions: 142
Compression:
Stored size: 388 Bytes
Contents
<% label = local_assigns[:label].presence %> <% html_options = {cols: 85, rows: 15}.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
142 entries across 142 versions & 2 rubygems