Skip to content

Instantly share code, notes, and snippets.

@bobbywilson0
Created April 18, 2013 15:54
Show Gist options
  • Save bobbywilson0/5413865 to your computer and use it in GitHub Desktop.
Save bobbywilson0/5413865 to your computer and use it in GitHub Desktop.
<%= render :partial => 'photos/form', :collection => @billboard.photos, :locals => {:resize => true} %>
<div class="modal-container" style="display: none;">
<div class="modal-form">
<!-- PUT FORM PARTIAL IN HERE -->
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment