Workflow creation

This commit is contained in:
2026-04-22 02:15:16 +03:00
parent 52f2191a25
commit fb03bb1a2d
7 changed files with 26 additions and 37 deletions
@@ -2,6 +2,9 @@
h2
span Workflows
.links
= link_to 'New', new_project_admin_workflow_path(@project)
- @workflows.each do |workflow|
article.row
= workflow_display(workflow, full: true)