Sha256: 5b1877ec3e6b52f313f3deb8a14782cbdf94df3a3af1821c8b05870867dd3e34

Contents?: true

Size: 524 Bytes

Versions: 4

Compression:

Stored size: 524 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

= render 'process_extra_info'

.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

4 entries across 4 versions & 1 rubygems

Version Path
yawl_rails-0.3.0 app/views/yawl_rails/processes/show.html.haml
yawl_rails-0.2.2 app/views/yawl_rails/processes/show.html.haml
yawl_rails-0.2.1 app/views/yawl_rails/processes/show.html.haml
yawl_rails-0.2.0 app/views/yawl_rails/processes/show.html.haml