Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created August 29, 2010 02:33
Show Gist options
  • Save jdlich/555883 to your computer and use it in GitHub Desktop.
Save jdlich/555883 to your computer and use it in GitHub Desktop.
<div id="photo_gallery" class="home">
<img id="main" class="preload" src="<%= home.main_photo %>" />
<ul>
<% home.photos.each do |photo| %>
<li><img src="<%= photo.path %>" alt="<%= home.thumbnail_alt_text %> - <%= photo.caption %>"></li>
<% end %>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment