Skip to content

Instantly share code, notes, and snippets.

@Ravenna
Created March 18, 2012 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ravenna/5af2f88f29c21e24b42c to your computer and use it in GitHub Desktop.
Save Ravenna/5af2f88f29c21e24b42c to your computer and use it in GitHub Desktop.
_photo_fields.html.erb
<div class="photo" id="photo_<%= f.object.id %>">
<p>
<%= f.label :data, 'Photo' %> <br />
<%= f.file_field :data %>
</p>
<p>
<%= f.label :data, 'Current Image' %><br />
<%= image_tag f.object.data.url(:tiny) %>
</p>
<p>
<%= f.link_to_remove "Remove Photo" %>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment