Sha256: 1c3d5a677311c4af3120f1022ec04d1b58c6e02558fb5c485ce57ffadff7c8f7

Contents?: true

Size: 751 Bytes

Versions: 27

Compression:

Stored size: 751 Bytes

Contents

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

<%= form_for(@inventory) do |f| -%>
  <%= f.error_messages -%>

  <div class="field">
    <%= f.label :item_id -%> <br />
    <%= f.text_field :item_id -%>
  </div>
  <div class="field">
    <%= f.label :inventory_file_id -%> <br />
    <%= f.text_field :inventory_file_id -%>
  </div>
  <div class="field">
    <%= f.label :note -%> <br />
    <%= f.text_area :note -%>
  </div>
  <div class="actions">
    <%= f.submit %>
  </div>
<%- end -%>

</div>
</div>

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

Version data entries

27 entries across 27 versions & 1 rubygems

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