Sha256: ae99b764df3b79dd099c86d0b3cc9c7e439f223fe6aac0101d3ded93821d556c

Contents?: true

Size: 264 Bytes

Versions: 6

Compression:

Stored size: 264 Bytes

Contents

<%= (f.label field.underscored_name, field.label) %><%= (field.required ? content_tag('span', ' *', :class => 'required') : '') %>
           <%= f.text_area field.underscored_name, :cols => 20, :rows => field.rows, :class => field.default_class(form_response) %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
noodall-form-builder-0.5.4 app/views/noodall/form_responses/fields/_textarea.html.erb
noodall-form-builder-0.5.3 app/views/noodall/form_responses/fields/_textarea.html.erb
noodall-form-builder-0.5.2 app/views/noodall/form_responses/fields/_textarea.html.erb
noodall-form-builder-0.5.0 app/views/noodall/form_responses/fields/_textarea.html.erb
noodall-form-builder-0.4.2 app/views/noodall/form_responses/fields/_textarea.html.erb
noodall-form-builder-0.4.1 app/views/noodall/form_responses/fields/_textarea.html.erb