Sha256: bbfa87065cd36207ea00d89f926c80a294c8f737066665301d0781255ef6effb

Contents?: true

Size: 626 Bytes

Versions: 117

Compression:

Stored size: 626 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.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

117 entries across 117 versions & 2 rubygems

Version Path
enju_circulation-0.1.0.pre27 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre26 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre25 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre24 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre23 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre22 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre21 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre20 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre19 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre18 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre17 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre16 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre15 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre14 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre13 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre12 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre11 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre10 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre9 app/views/checked_items/edit.html.erb
enju_circulation-0.1.0.pre8 app/views/checked_items/edit.html.erb