<%= link_to 'Add new gallery', new_admin_gallery_gallery_path, :class => 'big button' %>

Galleries

<%= render :partial => 'cms_admin/categories/index', :object => 'SofaGallery::Gallery' if defined?(ComfortableMexicanSofa) %>
<% @galleries.each do |gallery| %> <% end %>
Preview Name URL Embed Code Actions
<% gallery.photos.limit(1).each do |photo| %> <%= image_tag(photo.image.url(:admin_thumb)) %> <% end %> <%= link_to gallery.title, admin_gallery_gallery_photos_path(gallery) %> <%= link_to gallery_path(gallery), gallery_path(gallery), :target => '_blank' %> {{ cms:helper:render_gallery:<%= gallery.identifier %> }}