osem-fcy/app/views/admin/conference/_photo_fields.html.erb

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>