Sha256: 6042dcab3c7b784f65860eefd776ae784bf0f7265ce2c96ca2684062362c4f47

Contents?: true

Size: 482 Bytes

Versions: 35

Compression:

Stored size: 482 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.checkin')) -%></h1>
<div id="content_list">
  <%= render 'checkin' %>
  <%= paginate @checkins %>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.new', :model => t('activerecord.models.checkin')), new_checkin_path -%></li>
    <li><%= link_to t('activerecord.models.checkout'), new_basket_path -%></li>
  </ul>
</div>

Version data entries

35 entries across 35 versions & 1 rubygems

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