% if @galleries %> <% content_for :head do %> <%= stylesheet_link_tag "sofa_gallery/gallery_list.css" %> <% end %> <% @galleries.each do |gallery| %>
<%= gallery.description.truncate(200) %>
<% if (count = gallery.photos.count) > 0 %> <%= link_to "View all #{count} photos.", sofa_gallery_gallery_path(gallery), :class => 'view_more' %> <% else %> No photos in this gallery. <% end %>