summaryrefslogtreecommitdiff
path: root/app/views/cakes/_index.html.erb
blob: 687a0a7cc7f7a3a5c859b59f44d81a90baff2aad (plain)
1
2
3
4
5
6
<div class="card-columns">
  <%= render partial: 'cakes/cake', collection: @cakes, cached: true %>
</div>
<div id='more-button-row' class="row">
  <%= link_to_next_page @cakes, 'More...', params: { cache: false, sort: params[:sort], q: params[:q] }, remote: true, class: 'btn pull-right hidden', data: { disable_with: 'loading...', infinite_scroll: true } %>
</div>