Sha256: d0a78a817f4781d72a130eb3b2772f48384ab50a6ca769cc046b20cb7b35773e
Contents?: true
Size: 671 Bytes
Versions: 25
Compression:
Stored size: 671 Bytes
Contents
<li class="<%= "timeline__item #{step_status_class}" %>"> <div class="timeline__phase"> <span class="timeline__phase__number"><%= participatory_process_step.position + 1 %></span> </div> <div class="timeline__info"> <div class="timeline__header"> <span class="timeline__date text-small"> <%= participatory_space_helpers.step_dates(participatory_process_step) %> </span> <h4 class="timeline__title heading4"><%= translated_attribute(participatory_process_step.title) %></h4> </div> <div class="timeline__content"> <%= translated_attribute(participatory_process_step.description).html_safe %> </div> </div> </li>
Version data entries
25 entries across 25 versions & 1 rubygems