#194 Workflow name link in workflow log window

This commit is contained in:
Karel Picman 2014-01-06 13:39:51 +01:00
parent f4df639138
commit 3fa23d75ec

View File

@ -1,6 +1,6 @@
<%# Redmine plugin for Document Management System "Features"
#
# Copyright (C) 2013 Karel Pičman <karel.picman@kontron.com>
# Copyright (C) 2014 Karel Pičman <karel.picman@kontron.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@ -24,7 +24,11 @@
<div class="log_header_box">
<div class="log_header_left">
<%= label_tag 'workflow_name', "#{l(:link_workflow)} #{l(:field_name).downcase}: " %>
<%= link_to @workflow.name, edit_dmsf_workflow_path(@workflow) %>
<% if User.current.allowed_to?(:manage_workflows, @workflow.project) %>
<%= link_to @workflow.name, edit_dmsf_workflow_path(@workflow) %>
<% else %>
<%= @workflow.name %>
<% end %>
</div>
<div>
<%= label_tag 'workflow_status', "#{l(:field_status)}: " %>