Sha256: 7f99e482600f0c6b6acd82ae5d346a290785dddedb4fa37a2d6a9fde3714bc6b

Contents?: true

Size: 523 Bytes

Versions: 126

Compression:

Stored size: 523 Bytes

Contents

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

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

  <div class="field">
    <%= f.label t('activerecord.models.user') -%><br />
    <%= f.text_field :user_id -%>
  </div>
  <div class="field">
    <%= f.label t('activerecord.models.item') -%><br />
    <%= f.text_field :item_id -%>
  </div>

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

<%= link_to t('page.back'), user_checkouts_path(@user) -%>

Version data entries

126 entries across 126 versions & 2 rubygems

Version Path
enju_circulation-0.1.0.pre36 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre35 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre34 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre33 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre32 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre31 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre30 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre29 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre28 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre27 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre26 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre25 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre24 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre23 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre22 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre21 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre20 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre19 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre18 app/views/checkouts/new.html.erb
enju_circulation-0.1.0.pre17 app/views/checkouts/new.html.erb