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-01-31 23:46:06 -05:00
|
|
|
<%= render :partial => 'image', :locals => { :image => @image } %>
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<% content_for :sidebar do -%>
|
|
|
|
<%= link_to "#{@image.people.title}'s images (#{@image.people.images.size})", galleries_path(:id => @image.people_id) -%><br />
|
|
|
|
<%= link_to "Download original", :action => 'download_original', :id => @image.id -%><br />
|
|
|
|
<%= link_to 'Destroy', gallery_path(@image), :confirm => 'Are you sure?', :method => :delete %><br />
|
|
|
|
<%= link_to 'Tag Image', :controller => :tag_images, :action => :show, :id => @image.id -%><br />
|
2008-02-01 00:37:45 -05:00
|
|
|
<%= new_image_link -%><br />
|
2008-01-31 23:46:06 -05:00
|
|
|
<% end -%>
|