7 lines
219 B
Text
7 lines
219 B
Text
<div class="nested-fields">
|
|
<%= f.inputs do %>
|
|
<%= f.input :picture %>
|
|
<%= f.input :description, :input_html => {:rows => 2 } %>
|
|
<%= remove_association_link :photo, f %>
|
|
<% end %>
|
|
</div>
|