Sha256: 63e33c5129067c65dc023e6bd4e21414feaa90808b2ad17dccf44a3d6102932a

Contents?: true

Size: 1.26 KB

Versions: 23

Compression:

Stored size: 1.26 KB

Contents

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

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

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

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

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

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

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

</div>
</div>

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
enju_inventory-0.1.11.pre9 app/views/inventory_files/show.html.erb
enju_inventory-0.1.11.pre8 app/views/inventory_files/show.html.erb
enju_inventory-0.1.11.pre7 app/views/inventory_files/show.html.erb
enju_inventory-0.1.11.pre6 app/views/inventory_files/show.html.erb
enju_inventory-0.1.11.pre5 app/views/inventory_files/show.html.erb
enju_inventory-0.1.11.pre4 app/views/inventory_files/show.html.erb
enju_inventory-0.1.11.pre2 app/views/inventory_files/show.html.erb
enju_inventory-0.1.11.pre app/views/inventory_files/show.html.erb
enju_inventory-0.1.10 app/views/inventory_files/show.html.erb
enju_inventory-0.1.9 app/views/inventory_files/show.html.erb
enju_inventory-0.0.11 app/views/inventory_files/show.html.erb
enju_inventory-0.1.7 app/views/inventory_files/show.html.erb
enju_inventory-0.1.6 app/views/inventory_files/show.html.erb
enju_inventory-0.0.10 app/views/inventory_files/show.html.erb
enju_inventory-0.1.5 app/views/inventory_files/show.html.erb
enju_inventory-0.1.4 app/views/inventory_files/show.html.erb
enju_inventory-0.0.9 app/views/inventory_files/show.html.erb
enju_inventory-0.0.8 app/views/inventory_files/show.html.erb
enju_inventory-0.1.3 app/views/inventory_files/show.html.erb
enju_inventory-0.1.2 app/views/inventory_files/show.html.erb