Sha256: 627c1b726046c78d287a7c9c6c020f105e35b30c0e2b16d40c1d6f057001dd04
Contents?: true
Size: 461 Bytes
Versions: 10
Compression:
Stored size: 461 Bytes
Contents
<% content_for :title do %> <%= @photo_album.title %> | <%= Spud::Core.site_name %> <% end %> <% content_for :head do %> <% end %> <h2>Photo Album: <% @photo_album.title %></h2> <div id="spud_photo_galleries"> <% @photo_album.photos.each do |photo| %> <div class="spud_photo_album_thumbnail"> <%= link_to image_tag(photo.photo.url(:small), :alt => photo.caption, :title => photo.title), photo.photo.url(:large) %> </div> <% end %> </div>
Version data entries
10 entries across 10 versions & 1 rubygems