Sha256: 5a6d4e14cb7c1d83fc8c3466d8d8b632d8d0fc6e96b7e7600d653ae8685691db

Contents?: true

Size: 1.59 KB

Versions: 76

Compression:

Stored size: 1.59 KB

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.lending_policy')) -%></h1>
<div id="content_list">

<table class="index">
  <tr>
    <th><%= t('activerecord.models.item') -%></th>
    <th><%= t('activerecord.models.user_group') -%></th>
    <th><%= t('activerecord.attributes.lending_policy.loan_period') -%></th>
    <th><%= t('activerecord.attributes.lending_policy.fixed_due_date') -%></th>
    <th><%= t('activerecord.attributes.lending_policy.renewal') -%></th>
    <th><%= t('activerecord.attributes.lending_policy.fine') -%></th>
    <th></th>
  </tr>

<%- @lending_policies.each do |lending_policy| -%>
  <tr class="line<%= cycle("0", "1") -%>">
    <td>
      <%= link_to lending_policy.item.item_identifier, lending_policy.item -%><br />
      (<%= link_to lending_policy.item.manifestation.original_title, lending_policy.item.manifestation -%>)
    </td>
    <td><%= link_to lending_policy.user_group.display_name.localize, lending_policy.user_group -%></td>
    <td><%= lending_policy.loan_period -%></td>
    <td><%= lending_policy.fixed_due_date -%></td>
    <td><%= lending_policy.renewal -%></td>
    <td><%= lending_policy.fine -%></td>
    <td>
      <%= link_to t('page.show'), lending_policy -%>
      <%= link_to t('page.edit'), edit_lending_policy_path(lending_policy) -%>
      <%= link_to t('page.destroy'), lending_policy, :confirm => t('page.are_you_sure'), :method => :delete -%>
    </td>
  </tr>
<%- end -%>
</table>

<%= will_paginate(@lending_policies) -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
</div>

Version data entries

76 entries across 76 versions & 2 rubygems

Version Path
enju_message-0.1.11 app/views/lending_policies/index.html.erb
enju_message-0.0.25 app/views/lending_policies/index.html.erb
enju_message-0.1.9 app/views/lending_policies/index.html.erb
enju_message-0.0.24 app/views/lending_policies/index.html.erb
enju_circulation-0.0.57 app/views/lending_policies/index.html.erb
enju_circulation-0.0.56 app/views/lending_policies/index.html.erb
enju_circulation-0.0.55 app/views/lending_policies/index.html.erb
enju_circulation-0.0.54 app/views/lending_policies/index.html.erb
enju_circulation-0.0.53 app/views/lending_policies/index.html.erb
enju_circulation-0.0.52 app/views/lending_policies/index.html.erb
enju_circulation-0.0.51 app/views/lending_policies/index.html.erb
enju_circulation-0.0.50 app/views/lending_policies/index.html.erb
enju_circulation-0.0.49 app/views/lending_policies/index.html.erb
enju_circulation-0.0.48 app/views/lending_policies/index.html.erb
enju_circulation-0.0.47 app/views/lending_policies/index.html.erb
enju_message-0.0.23 app/views/lending_policies/index.html.erb
enju_message-0.1.7 app/views/lending_policies/index.html.erb
enju_circulation-0.0.46 app/views/lending_policies/index.html.erb
enju_message-0.0.22 app/views/lending_policies/index.html.erb
enju_message-0.1.6 app/views/lending_policies/index.html.erb