Sha256: 89e57bbbb7c234860a1c5decced0dc5d2f0092464c5393a45112669259e7f2c1
Contents?: true
Size: 479 Bytes
Versions: 10
Compression:
Stored size: 479 Bytes
Contents
<% content_for :title do %> Photo Galleries | <%= Spud::Core.site_name %> <% end %> <% content_for :head do %> <% end %> <h2>Photo Galleries</h2> <div id="spud_photo_galleries"> <% @photo_galleries.each do |gallery| %> <div class="spud_photo_gallery_thumbnail"> <h3><%= link_to gallery.title, photo_gallery_photo_albums_path(gallery.url_name) %></h3> <%= image_tag gallery.top_photo_url(:medium), :title => gallery.title %> </div> <% end %> </div>
Version data entries
10 entries across 10 versions & 1 rubygems