Sha256: 69f8707e9ad10a7892f461507afbc03895cce46f3d0f0b362f942fed8b5c6247

Contents?: true

Size: 360 Bytes

Versions: 30

Compression:

Stored size: 360 Bytes

Contents

<%= f.fields_for :custom_field_answers, answer do | field | %>
  <div class="control-group custom-fields">
    <%= field.label :value, answer.custom_field.name.titleize, class: 'control-label' %>
    <%= field.hidden_field :custom_field_id %>
    <div class="controls">
      <%= field.text_field :value, class: 'input-xlarge' %>
    </div>
  </div>
<% end %>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.23 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.21 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.20 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.19 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.17 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.16 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.15 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.14 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.14.rc2 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.14.rc1 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.13 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.12 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.11 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.10 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.9 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.8 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.7 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.5 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.4.beta1 app/views/admin/products/_custom_field_answer.html.erb
nimbleshop_core-0.0.4 app/views/admin/products/_custom_field_answer.html.erb