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.0.69 app/views/checkouts/new.html.erb
enju_circulation-0.0.68 app/views/checkouts/new.html.erb
enju_circulation-0.0.67 app/views/checkouts/new.html.erb
enju_circulation-0.0.66 app/views/checkouts/new.html.erb
enju_circulation-0.0.65 app/views/checkouts/new.html.erb
enju_message-0.1.9 app/views/checkouts/new.html.erb
enju_circulation-0.0.64 app/views/checkouts/new.html.erb
enju_message-0.0.24 app/views/checkouts/new.html.erb
enju_circulation-0.0.63 app/views/checkouts/new.html.erb
enju_circulation-0.0.62 app/views/checkouts/new.html.erb
enju_circulation-0.0.61 app/views/checkouts/new.html.erb
enju_circulation-0.0.60 app/views/checkouts/new.html.erb
enju_circulation-0.0.59 app/views/checkouts/new.html.erb
enju_circulation-0.0.58 app/views/checkouts/new.html.erb
enju_circulation-0.0.57 app/views/checkouts/new.html.erb
enju_circulation-0.0.56 app/views/checkouts/new.html.erb
enju_circulation-0.0.55 app/views/checkouts/new.html.erb
enju_circulation-0.0.54 app/views/checkouts/new.html.erb
enju_circulation-0.0.53 app/views/checkouts/new.html.erb
enju_circulation-0.0.52 app/views/checkouts/new.html.erb