% @page_title = "#{current_user.name}'s Photo Pictures" %> <%= link_to('Create Picture', {:action => 'new', :album_id => params[:album_id]}, {:title => 'Create Picture'}) %>
| Image | Caption | Positioning | Operations |
|---|---|---|---|
| <%= h(picture.caption) %> | <%= render(:partial => '/positioning', :locals => {:object => picture, :index => index, :object_count => @picture_pages.last.last_item, :offset => @picture_pages.current.first_item, :extra_params => {:page => params[:page]}} ) %> | <%= link_to('View', {:action => 'show', :id => picture.id}, {:title => 'View picture'}) %> | <%= link_to('Delete', {:action => 'destroy', :id => picture.id, :page => params[:page]}, {:title => 'Delete picture', :post => true, :confirm => 'Are you sure you want to delete picture?'} ) %> |