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

7 lines
223 B
Plaintext
Raw Normal View History

<%= render :partial => 'image', :collection => @images, :locals => { :version => :thumbnail } %>
<%= render :partial => 'shared/pagination_links' %>
<% content_for :sidebar do -%>
<%= new_image_link -%><br />
<% end -%>