Sha256: f982d38c82f838b83384f07c25ec309d73c9bb9ef7c4f6b18b284fda7c1729e8

Contents?: true

Size: 1.5 KB

Versions: 5

Compression:

Stored size: 1.5 KB

Contents

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

<p>
  <strong><%= t('activerecord.models.item') -%>:</strong>
  <%= link_to @lending_policy.item.item_identifier, @lending_policy.item -%>
  (<%= link_to @lending_policy.item.manifestation.original_title, @lending_policy.item.manifestation -%>)
</p>

<p>
  <strong><%= t('activerecord.models.user_group') -%>:</strong>
  <%= link_to @lending_policy.user_group.display_name.localize, @lending_policy.user_group -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.lending_policy.loan_period') -%>:</strong>
  <%= @lending_policy.loan_period -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.lending_policy.fixed_due_date') -%>:</strong>
  <%= l(@lending_policy.fixed_due_date, :formats => :only_date) if @lending_policy.fixed_due_date -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.lending_policy.renewal') -%>:</strong>
  <%= @lending_policy.renewal -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.lending_policy.fine') -%>:</strong>
  <%= @lending_policy.fine -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.lending_policy.note') -%>:</strong>
  <%= @lending_policy.note -%>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_lending_policy_path(@lending_policy) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
enju_circulation-0.1.0.pre app/views/lending_policies/show.html.erb
enju_message-0.1.11 app/views/lending_policies/show.html.erb
enju_message-0.0.25 app/views/lending_policies/show.html.erb
enju_circulation-0.0.71 app/views/lending_policies/show.html.erb
enju_circulation-0.0.70 app/views/lending_policies/show.html.erb