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.pre15 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre14 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre13 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre12 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre11 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre10 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre9 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre8 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre7 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre6 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre5 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre4 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre3 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre2 app/views/checkins/index.html.erb
enju_circulation-0.1.0.pre app/views/checkins/index.html.erb