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

Version Path
refinerycms-photo-gallery-0.3.0 app/views/refinery/photo_gallery/albums/_show.html.erb
refinerycms-photo-gallery-0.2.0 app/views/refinery/photo_gallery/albums/_show.html.erb
refinerycms-photo-gallery-0.1.2 app/views/refinery/photo_gallery/albums/_show.html.erb
refinerycms-photo-gallery-0.1.1 app/views/refinery/photo_gallery/albums/_show.html.erb
refinerycms-photo-gallery-0.1.0 app/views/refinery/photo_gallery/albums/_show.html.erb