git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@245 5e329b0b-a2ee-ea63-e329-299493fc886d
6 lines
594 B
Plaintext
6 lines
594 B
Plaintext
User <%= @user %> actualized DMSF files in project <%= @project.name %>:
|
|
<% @files.each do |file| %>
|
|
<%= file.dmsf_path_str %> (<%= file.name %>), <%= 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? %>
|
|
<%= url_for({:only_path => false, :controller => "dmsf_files", :action => "show", :id => file}) %>
|
|
<% unless file.last_revision.comment.blank? %> comment: <%= file.last_revision.comment %><% end %>
|
|
<% end %> |