Sha256: 7812b936c575f7e32d44dfc72094a50c4171aac8f1f03c53ea4d53226c18941b

Contents?: true

Size: 572 Bytes

Versions: 6

Compression:

Stored size: 572 Bytes

Contents

<tr>
  <td><%= f.select :fieldset_child_id, options_for_select(DynamicFieldsets::FieldsetChild.all.select { |x| x.child.type != "DynamicFieldsets::InstructionField" }.collect { |c| [c.child.name, c.id]}, obj.fieldset_child_id)%></td>
  <td><%= f.select :relationship, DynamicFieldsets::Dependency::RELATIONSHIP_LIST %></td>
  <td><%= f.text_field :value %></td>
  <td>
    <%= f.hidden_field :_destroy %>
    <%= link_to_function "remove", {:class => "remove_dependency", :onclick => "remove_fields_from_table(this)"} %>
  </td>
</tr>
<tr>
  <td colspan='4'>OR</td>
</tr>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dynamic_fieldsets-0.1.16 app/views/dynamic_fieldsets/fieldset_children/_dependency_fields.html.erb
dynamic_fieldsets-0.1.15 app/views/dynamic_fieldsets/fieldset_children/_dependency_fields.html.erb
dynamic_fieldsets-0.1.14 app/views/dynamic_fieldsets/fieldset_children/_dependency_fields.html.erb
dynamic_fieldsets-0.1.13 app/views/dynamic_fieldsets/fieldset_children/_dependency_fields.html.erb
dynamic_fieldsets-0.1.12 app/views/dynamic_fieldsets/fieldset_children/_dependency_fields.html.erb
dynamic_fieldsets-0.1.11 app/views/dynamic_fieldsets/fieldset_children/_dependency_fields.html.erb