Sha256: 48ffa662fddf19705b395e05bb6586e0030592083736cf6f8461d7b8dd999426

Contents?: true

Size: 664 Bytes

Versions: 7

Compression:

Stored size: 664 Bytes

Contents

<div class="nested-fields">
  <%= f.label :checkout_limit -%>
  <%= f.text_field :checkout_limit, class: 'resource_integer' %>
  <%= f.label :checkout_period -%>
  <%= f.text_field :checkout_period, class: 'resource_integer' %>
  <%= f.label :checkout_renewal_limit -%>
  <%= f.text_field :checkout_renewal_limit, class: 'resource_integer' %>
  <br />
  <%= f.label :reservation_limit -%>
  <%= f.text_field :reservation_limit, class: 'resource_integer' %>
  <%= f.label :set_due_date_after_closing_day -%>
  <%= f.check_box :set_due_date_after_closing_day %>
  <%= link_to_remove_association t('page.remove'), f, data: {confirm: t('page.are_you_sure')} %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.rc.1 app/views/user_groups/_user_group_has_checkout_type_fields.html.erb
enju_circulation-0.4.0.beta.4 app/views/user_groups/_user_group_has_checkout_type_fields.html.erb
enju_circulation-0.4.0.beta.3 app/views/user_groups/_user_group_has_checkout_type_fields.html.erb
enju_circulation-0.4.0.beta.2 app/views/user_groups/_user_group_has_checkout_type_fields.html.erb
enju_circulation-0.4.0.beta.1 app/views/user_groups/_user_group_has_checkout_type_fields.html.erb
enju_circulation-0.3.5 app/views/user_groups/_user_group_has_checkout_type_fields.html.erb
enju_circulation-0.3.4 app/views/user_groups/_user_group_has_checkout_type_fields.html.erb