Sha256: c49ff80437d2f232e51c399552bf2c7672184adc25b7de8e5f28dd352aa4cf13

Contents?: true

Size: 590 Bytes

Versions: 27

Compression:

Stored size: 590 Bytes

Contents

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

<%= form_for(@inventory_file, :html => {:multipart => true}) do |f| -%>
  <%= f.error_messages -%>

  <div class="field">
    <%= f.label t('page.file') -%><br />
    <%= f.file_field :inventory -%>
  </div>

  <div class="actions">
    <%= f.submit %>
  </div>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.back'), inventory_files_path -%> </li>
  </ul>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

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