diff options
author | Go MAEDA <maeda@farend.jp> | 2021-04-13 09:01:44 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-04-13 09:01:44 +0000 |
commit | f2b17f77943959ea2a415f239ff50e2758c49859 (patch) | |
tree | 9bd47fb9865b780ab0959eb7693466527173d8dc /app/views/issue_statuses/index.html.erb | |
parent | 6c5a16daf858149933e161595cf98534ea2e445b (diff) | |
download | redmine-f2b17f77943959ea2a415f239ff50e2758c49859.tar.gz redmine-f2b17f77943959ea2a415f239ff50e2758c49859.zip |
Clean-up workflows controller (#33337).
Patch by Vincent Robert and Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@20941 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issue_statuses/index.html.erb')
-rw-r--r-- | app/views/issue_statuses/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb index b4802c241..c9f120cbd 100644 --- a/app/views/issue_statuses/index.html.erb +++ b/app/views/issue_statuses/index.html.erb @@ -26,7 +26,7 @@ <td> <% unless WorkflowTransition.where('old_status_id = ? OR new_status_id = ?', status.id, status.id).exists? %> <span class="icon icon-warning"> - <%= l(:text_status_no_workflow) %> (<%= link_to l(:button_edit), workflows_edit_path(:used_statuses_only => 0) %>) + <%= l(:text_status_no_workflow) %> (<%= link_to l(:button_edit), edit_workflows_path(:used_statuses_only => 0) %>) </span> <% end %> </td> |