Sha256: 60a54172e4e2b34e0e3365503ce4ffdddb633986695ac58ee21cafb583e4b4d7

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 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.file_hash') -%> :</strong>
  <%= @inventory_file.file_hash -%>
</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

4 entries across 4 versions & 1 rubygems

Version Path
enju_inventory-0.0.5 app/views/inventory_files/show.html.erb
enju_inventory-0.1.0 app/views/inventory_files/show.html.erb
enju_inventory-0.0.4 app/views/inventory_files/show.html.erb
enju_inventory-0.0.3 app/views/inventory_files/show.html.erb