<%= f.simple_fields_for asset.id.to_s, asset do |af| %>
<%= asset.image.tag(AssetHostCore.config.modal_size) %>
Asset #<%=asset.id%>
<%= af.input :title %>
<%= af.input :caption, as: :text, input_html: { rows: 3 }%>
<%= af.input :owner %>
<%= af.input :url %>
<% end %>
<% end %>
<%= f.submit "Update Metadata", class: "btn pull-right" %>
<% end %>