This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2008-02-01 01:08:15 -05:00
|
|
|
<% 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 -%>
|
2008-01-31 23:46:06 -05:00
|
|
|
|
|
|
|
<%= render :partial => 'shared/pagination_links' %>
|
|
|
|
|
|
|
|
<% content_for :sidebar do -%>
|
|
|
|
<%= new_image_link -%><br />
|
|
|
|
<% end -%>
|