Workflow display styling
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
|
||||
module WorkflowsHelper
|
||||
def workflow_display(workflow, **)
|
||||
render Workflows::DisplayViewModel.new(workflow, **)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user