Sha256: 9570ce6825a6320d013a1df8a208cba2d5e99d2e7183033f1bc371a3113d017c

Contents?: true

Size: 631 Bytes

Versions: 67

Compression:

Stored size: 631 Bytes

Contents

<ul class="plan-step">
  <li>
    <p class="step-label">
      <span class="label label-<%= step_css_class(step) %>"><%= h("#{step.action_class}") %></span>
    </p>
    <div class="action">
      <p><b>Started at:</b> <%= h(step.started_at) %></p>
      <p><b>Ended at:</b> <%= h(step.ended_at) %> (duration <%= duration_to_s(step.real_time) %>)</p>
      <% action = step.action @plan %>
      <%= show_action_data("Input:", action.input) %>
      <%= step_error(step) %>
    </div>
    <% step.children.each do |sub_step_id| %>
      <%= erb :plan_step, locals: { step: @plan.steps[sub_step_id] } %>
    <% end %>
  </li>
</ul>

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
dynflow-1.9.0 web/views/plan_step.erb
dynflow-1.8.3 web/views/plan_step.erb
dynflow-1.8.2 web/views/plan_step.erb
dynflow-1.8.1 web/views/plan_step.erb
dynflow-1.8.0 web/views/plan_step.erb
dynflow-1.7.0 web/views/plan_step.erb
dynflow-1.6.11 web/views/plan_step.erb
dynflow-1.6.10 web/views/plan_step.erb
dynflow-1.6.8 web/views/plan_step.erb
dynflow-1.6.7 web/views/plan_step.erb
dynflow-1.6.6 web/views/plan_step.erb
dynflow-1.6.5 web/views/plan_step.erb
dynflow-1.6.4 web/views/plan_step.erb
dynflow-1.6.3 web/views/plan_step.erb
dynflow-1.6.2 web/views/plan_step.erb
dynflow-1.6.1 web/views/plan_step.erb
dynflow-1.4.9 web/views/plan_step.erb
dynflow-1.4.8 web/views/plan_step.erb
dynflow-1.5.0 web/views/plan_step.erb
dynflow-1.4.7 web/views/plan_step.erb