Added turbo frame

This commit is contained in:
2026-04-22 00:06:47 +03:00
parent 4fedafd654
commit 52f2191a25
5 changed files with 36 additions and 21 deletions
@@ -1,7 +1,12 @@
h1
| Workflow
= workflow_display @workflow, full: true, badge: true
.row
= workflow_display @workflow, full: true, badge: true
.links
= link_to 'Edit', edit_project_admin_workflow_path(@project, @workflow)
h2 Statuses
ul
- @workflow.task_statuses.each do |status|