<%= t('picture.mine') %>

<% @activities.each do |a| %> <% document = a.activity_objects.first.document %>
<%= link_to thumb_for(document), {:controller => "documents", :action => "download", :id => document}, :type => document.type, :path => document_path(document) %>
<%= link_to document.file_file_name, {:controller => "documents", :action => "download", :id => document}, :alt => document.file_file_name, :type => document.type, :path => document_path(document) %>
<% end %>