Sha256: 8f1bc004cc7cae18338ba6f608b2631e4ec9911f46abedba2811e7299b34e642
Contents?: true
Size: 381 Bytes
Versions: 23
Compression:
Stored size: 381 Bytes
Contents
<%= (f.label field.underscored_name, field.label) %><%= (field.required ? content_tag('span', ' *', :class => 'required') : '') %> <% field_options = field.options.split(',').collect{|o| o.strip!;[o,o]} %> <%= f.select field.underscored_name, options_for_select(field_options, form_response.send(field.underscored_name)), :multiple => nil, :size => [field_options.size, 10].min %>
Version data entries
23 entries across 23 versions & 1 rubygems