Sha256: 1724e6876cab6889bac774dc0c39b5bcc31a82ccae7e147a37d1f35fdf990047
Contents?: true
Size: 238 Bytes
Versions: 7
Compression:
Stored size: 238 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
7 entries across 7 versions & 1 rubygems