Workflow display styling

This commit is contained in:
2026-03-21 19:57:01 +02:00
parent eb9f3e982c
commit 72af5a0610
8 changed files with 75 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
# frozen_string_literal: true
module WorkflowsHelper
def workflow_display(workflow, **)
render Workflows::DisplayViewModel.new(workflow, **)
end
end