#179 - Workflow Log History in Detailed View

This commit is contained in:
Karel Picman 2013-11-26 14:08:11 +01:00
parent fc6169a30e
commit e7d3be9505

View File

@ -125,6 +125,7 @@
<%= label_tag('', "#{l(:label_workflow)}:") %>
<% wf = DmsfWorkflow.find_by_id(revision.dmsf_workflow_id) %>
<% if wf %>
<%= "#{wf.name} - " %>
<%= link_to(
revision.workflow_str(false),
log_dmsf_workflow_path(
@ -134,7 +135,7 @@
:title => DmsfWorkflow.assignments_to_users_str(wf.next_assignments(revision.id)),
:remote => true) %>
<% else %>
<%= revision.workflow_str(false) %>
<%= revision.workflow_str(true) %>
<% end %>
</div>
<div class="splitcontentright clear">