From 42ea5b64e29ba7c8a964fb30f37424e899fa793e Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Thu, 27 Mar 2025 18:39:22 +0000 Subject: [PATCH] Backported r23567 to 5.1-stable (#41947). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23577 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/workflows/edit.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/workflows/edit.html.erb b/app/views/workflows/edit.html.erb index df4507be2..adb1996cd 100644 --- a/app/views/workflows/edit.html.erb +++ b/app/views/workflows/edit.html.erb @@ -40,7 +40,7 @@ <%= render :partial => 'form', :locals => {:name => 'always', :workflows => @workflows['always']} %>
- <%= l(:label_additional_workflow_transitions_for_author) %> + "><%= l(:label_additional_workflow_transitions_for_author) %>
<%= render :partial => 'form', :locals => {:name => 'author', :workflows => @workflows['author']} %>
@@ -48,7 +48,7 @@ <%= javascript_tag "hideFieldset($('#author_workflows'))" unless @workflows['author'].present? %>
- <%= l(:label_additional_workflow_transitions_for_assignee) %> + "><%= l(:label_additional_workflow_transitions_for_assignee) %>
<%= render :partial => 'form', :locals => {:name => 'assignee', :workflows => @workflows['assignee']} %>