Sha256: 001ebbf31002f5b7ae7055ae63d64ae4014af88b45a36b080e994f7570fac94d

Contents?: true

Size: 666 Bytes

Versions: 9

Compression:

Stored size: 666 Bytes

Contents

<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.checked_item')) -%></h1>

<%= form_for(@checked_item) do |f| -%>
  <%= f.error_messages -%>
  <div class="field">
    <%= f.label t('activerecord.models.item') -%><br />
    <%= f.text_field :item_id -%>
  </div>

  <div class="field">
    <%= f.label t('activerecord.models.basket') -%><br />
    <%= f.text_field :basket_id -%>
  </div>

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

<%= link_to t('page.show'), checked_item_path(@checked_item) -%> |
<%= link_to t('page.back'), basket_checked_items_path(@checked_item.basket) -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre36 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre35 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre34 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre33 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre32 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre31 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre30 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre29 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre28 app/views/checked_items/edit.html.erb