Sha256: ffa5ba857c6e9c2a456353a01eb5dd10780eca8f7b8d0ace286665f1ef0ef5d0
Contents?: true
Size: 480 Bytes
Versions: 2
Compression:
Stored size: 480 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tb_photos-1.0.3 | app/views/photo_galleries/index.html.erb |
tb_photos-1.0.1 | app/views/photo_galleries/index.html.erb |