Sha256: c071868dc34353305a93e852b3a2bb851de12c249a8ab7d9bc6e5c07015bc14f
Contents?: true
Size: 240 Bytes
Versions: 47
Compression:
Stored size: 240 Bytes
Contents
<ol class="timeline"> <% past_step = true %> <% current_participatory_process.steps.each do |step| %> <%= render step, step_status_class: step_class(step, past_step) %> <% past_step = false if step.active? %> <% end %> </ol>
Version data entries
47 entries across 47 versions & 3 rubygems