cirandas.net

ref: master

plugins/orders_cycle/views/orders_cycle_plugin_volunteers/index.html.erb


<% profile.orders_cycles.has_volunteers_periods.each do |cycle| %>
  

<%= cycle.name_with_code %>

<% cycle.volunteers_periods.each do |period| %> <%= render 'volunteering', period: period %> <% end %> <% end %>