Skip to content

Instantly share code, notes, and snippets.

@asavin
Created April 16, 2012 15:00
Show Gist options
  • Select an option

  • Save asavin/2399291 to your computer and use it in GitHub Desktop.

Select an option

Save asavin/2399291 to your computer and use it in GitHub Desktop.
<div class="image_attachment">
<div class="attachment_text">
Update item photo<br />
<small>(will replace old one)</small>
</div>
<div class="attachment_button">
<%= f.fields_for :assets do |asset| %>
<%= asset.file_field :photo %>
<% end %>
</div>
</div>
<div class="image_attachment">
<div class="attachment_text">
Update receipt<br />
<small>(will replace old one)</small>
</div>
<div class="attachment_button">
<%= f.fields_for :receipts do |receipt| %>
<%= receipt.file_field :photo %>
<% end %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment