Sha256: b601c6ee7031136896e01e5c16da06c594af4cb55e4558df9bc0d31b96788fad

Contents?: true

Size: 231 Bytes

Versions: 6

Compression:

Stored size: 231 Bytes

Contents

<%= (f.label field.underscored_name, field.label) %><%= (field.required ? content_tag('span', ' *', :class => 'required') : '') %>
           <%= f.text_field field.underscored_name, :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/_textfield.html.erb
noodall-form-builder-0.5.3 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.5.2 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.5.0 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.4.2 app/views/noodall/form_responses/fields/_textfield.html.erb
noodall-form-builder-0.4.1 app/views/noodall/form_responses/fields/_textfield.html.erb