fix pagination for products on category view

This commit is contained in:
Adrian Hinz 2018-04-22 01:25:09 +02:00
parent f82b651a30
commit d71a45d198
2 changed files with 41 additions and 38 deletions

View File

@ -21,8 +21,10 @@
</div> </div>
<div class="caption"> <div class="caption">
<h6 class="regular"><%= link_to(cat.name, category_path(cat)) %></h6> <h6 class="regular"><%= link_to(cat.name, category_path(cat)) %></h6>
</div><!-- end caption --> </div>
</div><!-- end thumbnail --> <!-- end caption -->
</div>
<!-- end thumbnail -->
</div> </div>
<% row += 1 <% row += 1
if row == 4 if row == 4

View File

@ -0,0 +1 @@
$("#products_list").html("<%= escape_javascript(render('/product/partials/products_thumbnails')) %>");