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:
parent
bc4785ca60
commit
f5768cc99b
|
@ -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>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<%= 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">
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<%= 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>
|
||||
|
|
Loading…
Reference in New Issue