git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12004
e93f8b46-1217-0410-a6f0-
8f06a7374b81
<div class="contextual">
-<%= link_to l(:button_edit), {:action => 'edit'}, :class => 'icon icon-edit' %>
<%= link_to l(:button_copy), {:action => 'copy'}, :class => 'icon icon-copy' %>
<%= link_to l(:field_summary), {:action => 'index'}, :class => 'icon icon-summary' %>
</div>
-<%= render :partial => 'action_menu' %>
-
-<h2><%=l(:label_workflow)%></h2>
+<h2><%= link_to l(:label_workflow), workflows_edit_path %> » <%=l(:button_copy)%></h2>
<%= form_tag({}, :id => 'workflow_copy_form') do %>
<fieldset class="tabular box">
-<%= render :partial => 'action_menu' %>
-
-<h2><%=l(:label_workflow)%></h2>
+<h2><%= link_to l(:label_workflow), workflows_edit_path %> » <%=l(:field_summary)%></h2>
<% if @workflow_counts.empty? %>
<p class="nodata"><%= l(:label_no_data) %></p>