Workflow info and update

This commit is contained in:
2026-03-29 14:23:26 +03:00
parent 83b296dbe7
commit 32a7b07f2d
8 changed files with 97 additions and 4 deletions
@@ -22,7 +22,7 @@ module ProjectAdmin
def links
{
'Data' => edit_project_path(@project),
'Workflows' => project_workflows_path(@project)
'Workflows' => project_admin_workflows_path(@project)
}
end
end