<%= render '/product/partials/product_modal' %> <% if @category.active_childrens.size > 0 %>

Kategorie

<% row = 0 %> <% for cat in @category.active_childrens %> <% if row == 0 %>
<% end %>
<% if !cat.cover_image.blank? %> <%= link_to(image_tag(cat.cover_image.image.url(:large), style: 'margin: auto;vertical-align: middle;display: inline-block;'), category_path(cat), style: 'line-height: 338px;') %> <% else %> <%= link_to(image_tag('kaktus.png'), category_path(cat)) %> <% end %>
<%= link_to(cat.name, category_path(cat)) %>
<% row += 1 if row == 4 row = 0 %>
<% end %> <% end %> <% if row > 0 && row < 4 %> <% end %> <% end %> <% if @products.size > 0 %>

Produkty

<%= render '/product/partials/products_thumbnails' %>
<% end %>