Sha256: 172881a7fe7462424cd7e6b48619eec669886d2239d916c683267e62ded43695

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

<div class="child">
<% for attribute in child_model.attributes -%>
  <p>
    <%= child_model.name %> <%%= f.label :<%= attribute.name %> %><br />
    <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
  </p>
<% end -%>
  <p>
    <%%= f.hidden_field :_destroy, :class => 'delete' %>
    <%%= remove_child_link 'remove', f %>
  </p>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
view_mapper-0.3.4 lib/view_mapper/views/has_many/templates/view_child_form.html.erb