cirandas.net

ref: master

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


<%= f.hidden_field :id %>
<%= f.hidden_field :_destroy %>

<% here = 'volunteers_plugin.views.myprofile.period.' %>

<%= f.text_field :name, placeholder: t('volunteers_plugin.attributes.period.name') %>
<%= datetime_range_field f, :start, :end %>
<%# f.label :minimum_assigments, t(here+'minimum') %> <%# f.select :minimum_assigments, options_for_select((0..10).to_a), {prompt: t(here+'noo')}, class: "minimum" %> <%# f.label :maximum_assigments, t(here+'maximum') %> <%# f.select :maximum_assigments, options_for_select((1..10).to_a), {prompt: t(here+'noo')}, class: "maximum" %> <%= link_to_function t(here+'remove'), 'volunteers.periods.remove(this)', class: 'remove' %>