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
|
|
|
<h3 class="author">Uploaded by <%= link_to(@image.people.title, galleries_url(:id => @image.people_id)) -%></h3>
|
|
|
|
|
|
|
|
<%= render :partial => 'tag_images/taggable_image_for_page', :locals => { :read_only => true } %>
|
|
|
|
|
2008-01-31 23:46:06 -05:00
|
|
|
<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 -%>
|