Sha256: 930395dbc19dd9fd0b2bdae0d2f0cb4cea9b46be91f724545f811160e6d4fa4d

Contents?: true

Size: 471 Bytes

Versions: 33

Compression:

Stored size: 471 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">
      <% 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

33 entries across 33 versions & 1 rubygems

Version Path
dynflow-0.8.16 web/views/plan_step.erb
dynflow-0.8.15 web/views/plan_step.erb
dynflow-0.8.14 web/views/plan_step.erb
dynflow-0.8.13 web/views/plan_step.erb
dynflow-0.8.12 web/views/plan_step.erb
dynflow-0.8.11 web/views/plan_step.erb
dynflow-0.8.10 web/views/plan_step.erb
dynflow-0.8.9 web/views/plan_step.erb
dynflow-0.8.8 web/views/plan_step.erb
dynflow-0.8.7 web/views/plan_step.erb
dynflow-0.8.6 web/views/plan_step.erb
dynflow-0.8.5 web/views/plan_step.erb
dynflow-0.8.4 web/views/plan_step.erb
dynflow-0.8.3 web/views/plan_step.erb
dynflow-0.8.2 web/views/plan_step.erb
dynflow-0.8.1 web/views/plan_step.erb
dynflow-0.8.0 web/views/plan_step.erb
dynflow-0.7.9 web/views/plan_step.erb
dynflow-0.7.8 web/views/plan_step.erb
dynflow-0.7.7 web/views/plan_step.erb