Useless "edit" link in workflow menu (#12824).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12004 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-07-11 19:12:08 +00:00
parent bc4785ca60
commit f5768cc99b
3 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,4 @@
<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>

View File

@ -1,6 +1,4 @@
<%= render :partial => 'action_menu' %>
<h2><%=l(:label_workflow)%></h2>
<h2><%= link_to l(:label_workflow), workflows_edit_path %> &#187; <%=l(:button_copy)%></h2>
<%= form_tag({}, :id => 'workflow_copy_form') do %>
<fieldset class="tabular box">

View File

@ -1,6 +1,4 @@
<%= render :partial => 'action_menu' %>
<h2><%=l(:label_workflow)%></h2>
<h2><%= link_to l(:label_workflow), workflows_edit_path %> &#187; <%=l(:field_summary)%></h2>
<% if @workflow_counts.empty? %>
<p class="nodata"><%= l(:label_no_data) %></p>