Sha256: 5ab77f2e843242152f1ef798aca9e4bf6d02ba56c762252ce790710b03b310c0
Contents?: true
Size: 494 Bytes
Versions: 2
Compression:
Stored size: 494 Bytes
Contents
%h1= "Process #{@process.name}" %dl.dl-horizontal %dt Request ID %dd= @process.request_id || "-" %dt Config %dd %pre = preserve do = pretty_print_hash(@process.config) %dt State %dd= @process.state .progress.progress-striped.active .bar#process-progress{:style => "width: 0%;"} %table#steps.table %thead %tr %th # %th Name %th State %th Attempts %th Duration %tbody = render 'step_rows' = render 'show_inline_js'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yawl_rails-0.1.1 | app/views/yawl_rails/processes/show.html.haml |
yawl_rails-0.1.0 | app/views/yawl_rails/processes/show.html.haml |