Sha256: 52eb3b7bd4af6ddd60b8bfa34a28cdb4da69faa7c01461ae3e00fbd32405ccb1

Contents?: true

Size: 1.34 KB

Versions: 12

Compression:

Stored size: 1.34 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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.profile if @inventory_file.user.try(:profile) -%>
</p>

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

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <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

12 entries across 12 versions & 1 rubygems

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