Sha256: 18fd714a77208c35e1ffeb5b37efa53ebf73c3175ccf63eb4706e0c77d10235d

Contents?: true

Size: 427 Bytes

Versions: 20

Compression:

Stored size: 427 Bytes

Contents

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
noodall-form-builder-0.4.0 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.3.3 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.11 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.3.2 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.3.1 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.3.0 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.10 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.9 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.8 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.7 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.5 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.4 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.3 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.2 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.1 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.2.0 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.1.3 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.1.2 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.1.1 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.1.0 app/views/noodall/form_responses/fields/_textfield.html.erb