Sha256: 8c68822675ab689c9d1ce498c31f7e49cd244f942b4768de3f1e9e32cd49e49d
Contents?: true
Size: 508 Bytes
Versions: 2
Compression:
Stored size: 508 Bytes
Contents
%h1= link_to "Process #{@process.name}", yawl_process_path(@process.id) %h2= "Step #{@step.seq}: #{@step.name}" - if @step.attempts.count == 0 %p No attempts yet. - else - @step.attempts.reverse.each do |attempt| %h3= "Attempt at #{attempt.started_at}" - if attempt.completed_at %p= "Completed at #{attempt.completed_at}" %pre.pre-scrollable.step-output = preserve do - attempt.output.lines.each do |line| = line - else %p Not completed yet.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yawl_rails-0.1.1 | app/views/yawl_rails/steps/show.html.haml |
yawl_rails-0.1.0 | app/views/yawl_rails/steps/show.html.haml |