Sha256: d3e8b83edd14e465e5308ef3c498baff0d666779d5f36c98d9fcf965cce4bfd5
Contents?: true
Size: 237 Bytes
Versions: 75
Compression:
Stored size: 237 Bytes
Contents
<ol class="timeline"> <% past_step = true %> <% current_participatory_space.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
75 entries across 75 versions & 1 rubygems