Skip to content

Instantly share code, notes, and snippets.

@bobbywilson0
Created April 18, 2013 15:44
Show Gist options
  • Save bobbywilson0/5413783 to your computer and use it in GitHub Desktop.
Save bobbywilson0/5413783 to your computer and use it in GitHub Desktop.
<% @billboard.photos.each do |photo| %>
<div class="modal-container" style="display: none;">
<div class="modal-form">
<%= render :partial => 'photos/_sample', :locals => {:resize => 'true', :photo => photo} %>
</div>
</div>
<% end %>
<%= photo.inspect %>
<%= resize.inspect %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment