cirandas.net

ref: master

plugins/volunteers/views/volunteers_plugin_myprofile/_edit_periods.html.erb


<%= f.label :volunteers_periods, t('volunteers_plugin.views.myprofile.volunteers_periods') %>
<% owner.volunteers_periods.each do |period| %> <%= f.fields_for :volunteers_periods, period do |ff| %>
<%= render 'volunteers_plugin_myprofile/period', f: ff, period: period, owner: owner %>
<% end %> <% end %>
<%= link_to_function t('volunteers_plugin.views.myprofile.add_period'), 'volunteers.periods.add()', class: 'action-button' %> <%= javascript_tag do %> volunteers.periods.load(); <% end %>