<% @page_title = "#{current_user.name}'s Photo Albums" %> <%= link_to('Create Album', {:action => 'new'}, {:title => 'Create Album'}) %> <% index = 0 for album in @albums index += 1 %> "> <% end %>
Caption Date Positioning Operations
<%= h(album.caption) %> <%= album.created_at.strftime('%b %d, %Y') %> <%= render(:partial => '/positioning', :locals => {:object => album, :index => index, :object_count => @album_pages.last.last_item, :offset => @album_pages.current.first_item, :extra_params => {:page => params[:page]}} ) %> <%= link_to('View', {:action => 'show', :id => album.id}, {:title => 'View album'}) %> | <%= link_to('Delete', {:action => 'destroy', :id => album.id, :extra_params => {:page => params[:page]}}, {:title => 'Delete album', :post => true, :confirm => 'Are you sure you want to delete album?'} ) %>