]> source.dussan.org Git - redmine.git/commitdiff
Useless "edit" link in workflow menu (#12824).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 11 Jul 2013 19:12:08 +0000 (19:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 11 Jul 2013 19:12:08 +0000 (19:12 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12004 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/workflows/_action_menu.html.erb
app/views/workflows/copy.html.erb
app/views/workflows/index.html.erb

index 577281128f8123c9144a2bbca557a8004ea35e14..6961b2776bf9b148c00ca8f8d7f60f52c477960a 100644 (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>
index 07001817afdbb49d63a7661d2ea4cc3d079d35e8..62334c9623f1f95c2555a451128c5b3a058a693a 100644 (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">
index f05386c9bcf18f2a119d0548e7e29bd09693dba2..9ddb71b105c218b0ab222133feb2322d1b58cb7d 100644 (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>