User <%= link_to(h(@user), {:only_path => false, :controller => "users", :action => "show", :id => @user }) %> actualized DMSF 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 %>, <%= "#{file.last_revision.workflow_str}," unless file.last_revision.workflow_str.blank? %> <%= link_to("Details", {:only_path => false, :controller => "dmsf_detail", :action => "file_detail", :id => file.project, :file_id => file }) %> <% unless file.last_revision.comment.blank? %>
    <%= h(file.last_revision.comment) %> <% end %>

<% end %>