User <%= @user %> actualized following files in project <%= @project.name %>: <% @files.each do |file| %>

<%= link_to(h(file.dmsf_path_str), {:only_path => false, :controller => "dmsf", :action => "download_file", :id => file.project, :file_id => file}) %> (<%= number_to_human_size(file.last_revision.size) %>), version: <%= file.last_revision.major_version %>.<%= file.last_revision.minor_version %>, <%= link_to("Details", {:only_path => false, :controller => "dmsf_detail", :action => "file_detail", :id => file.project, :file_id => file }) %>

<% end %>