This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/galleries/index.rhtml

9 lines
342 B
Plaintext
Raw Normal View History

<% for image in @images do -%>
<div class="people_image"><%= link_to(image_tag(image.filename_for_version(:thumbnail), :alt => image.original), gallery_url(image)) -%><br /><%= h(image.original) -%></div>
<% end -%>
<%= render :partial => 'shared/pagination_links' %>
<% content_for :sidebar do -%>
<%= new_image_link -%><br />
<% end -%>