Sha256: bcf09864e6a0701259e40edabfeacaf945557e7bdd2a56bfc4bf6e57211a76bc
Contents?: true
Size: 377 Bytes
Versions: 5
Compression:
Stored size: 377 Bytes
Contents
<% if @page.album.present? %> <% cache "refinery/photo_gallery/albums/#{@page.album.id}" do %> <h2 > <%= @page.album.title %> </h2> <div> <%= raw @page.album.description %> </div> <% end %> <div id="photo_gallery"> <%= render :partial => "/refinery/photo_gallery/albums/photos" %> </div> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems