Sha256: 4da76cbae355670b9c985a55a61bdc1c36bf41c4501a8df5c6ada9945f4767b4

Contents?: true

Size: 670 Bytes

Versions: 43

Compression:

Stored size: 670 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'), checked_items_path(basket_id: @checked_item.basket_id) -%>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 app/views/checked_items/edit.html.erb
enju_circulation-0.3.10 app/views/checked_items/edit.html.erb
enju_circulation-0.3.9 app/views/checked_items/edit.html.erb
enju_circulation-0.3.8 app/views/checked_items/edit.html.erb
enju_circulation-0.3.7 app/views/checked_items/edit.html.erb
enju_circulation-0.4.0.beta.4 app/views/checked_items/edit.html.erb
enju_circulation-0.4.0.beta.3 app/views/checked_items/edit.html.erb
enju_circulation-0.3.6 app/views/checked_items/edit.html.erb
enju_circulation-0.4.0.beta.2 app/views/checked_items/edit.html.erb
enju_circulation-0.4.0.beta.1 app/views/checked_items/edit.html.erb
enju_circulation-0.3.5 app/views/checked_items/edit.html.erb
enju_circulation-0.3.4 app/views/checked_items/edit.html.erb
enju_circulation-0.3.3 app/views/checked_items/edit.html.erb
enju_circulation-0.3.2 app/views/checked_items/edit.html.erb
enju_circulation-0.3.1 app/views/checked_items/edit.html.erb
enju_circulation-0.3.0 app/views/checked_items/edit.html.erb
enju_circulation-0.3.0.rc.1 app/views/checked_items/edit.html.erb
enju_circulation-0.3.0.beta.1 app/views/checked_items/edit.html.erb
enju_circulation-0.2.5 app/views/checked_items/edit.html.erb
enju_circulation-0.2.4 app/views/checked_items/edit.html.erb