Sha256: 0690ca7c5c8bd9c14ede8ba5b7ca1deeda8f2d2d8b1af8d7da9923210d05e7d7

Contents?: true

Size: 842 Bytes

Versions: 14

Compression:

Stored size: 842 Bytes

Contents

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

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

<p>
  <strong><%= t('activerecord.models.inventory_file') -%>:</strong>
  <%= link_to @inventory.inventory_file.id, @inventory.inventory_file -%>
</p>

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

</div>
</div>

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
enju_inventory-0.3.1 app/views/inventories/show.html.erb
enju_inventory-0.4.0.rc.1 app/views/inventories/show.html.erb
enju_inventory-0.3.0 app/views/inventories/show.html.erb
enju_inventory-0.3.0.beta.1 app/views/inventories/show.html.erb
enju_inventory-0.2.0 app/views/inventories/show.html.erb
enju_inventory-0.2.0.beta.3 app/views/inventories/show.html.erb
enju_inventory-0.2.0.beta.2 app/views/inventories/show.html.erb
enju_inventory-0.2.0.beta.1 app/views/inventories/show.html.erb
enju_inventory-0.1.12 app/views/inventories/show.html.erb
enju_inventory-0.1.11 app/views/inventories/show.html.erb
enju_inventory-0.1.11.pre13 app/views/inventories/show.html.erb
enju_inventory-0.1.11.pre12 app/views/inventories/show.html.erb
enju_inventory-0.1.11.pre11 app/views/inventories/show.html.erb
enju_inventory-0.1.11.pre10 app/views/inventories/show.html.erb