Sha256: 9ce2fb005305a72dcad236779315b4f32c9bf796d70612126147f69cea70fd73
Contents?: true
Size: 610 Bytes
Versions: 1
Compression:
Stored size: 610 Bytes
Contents
<div style="color: red"><%= flash[:message] -%></div> <div class="search_form"> <%= form_for :checkin, html: {method: :post}, url: basket_checkins_path(@basket), remote: true do |f| -%> <%= f.error_messages %> <p> <%= label_tag :item_identifier, t('activerecord.attributes.item.item_identifier') -%>: <%= f.search_field :item_identifier, class: 'resource_item_identifier' -%> <%= f.submit t('checkin.checkin'), 'data-disable-with' => t('page.saving') -%> </p> <%- end -%> <%= javascript_tag("$(function(){$('#checkin_item_identifier').focus().select()})") %> </div> <%= render 'checkin' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.1.0.pre37 | app/views/checkins/_list.html.erb |