Sha256: fe1f7924b3b730197ce0e8bbe95f2817ff0730724de0f3f671561d34cb912c49
Contents?: true
Size: 840 Bytes
Versions: 92
Compression:
Stored size: 840 Bytes
Contents
.workflow.tasks %h3= workflow.to_s - unless workflow.documentation[:title].empty? :markdown #{workflow.documentation[:title]} - unless workflow.documentation[:description].empty? :markdown #{workflow.documentation[:description]} %h5 Tasks - unless workflow.documentation[:task_description].empty? :markdown #{workflow.documentation[:task_description]} %ul.tasks.clean_list - tasks = workflow.exec_exports + workflow.synchronous_exports + workflow.asynchronous_exports - tasks.sort.each do |task| %li //%a(href="#{to(File.join("/", workflow.to_s, task.to_s))}")= task %a(href="#{File.join("/", workflow.to_s, task.to_s)}")= task - info = workflow.task_info(task) - if info[:description] %p= info[:description].split(/\n\s*\n/).first
Version data entries
92 entries across 92 versions & 1 rubygems