Skip to content

Commit

Permalink
// 'all products' link belongs outside the flex container
Browse files Browse the repository at this point in the history
  • Loading branch information
djfm committed Feb 15, 2016
1 parent 767e34f commit d4c1532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{foreach from=$products item="product"}
{include file="catalog/product-miniature.tpl" product=$product}
{/foreach}
<a class="all-product-link pull-xs-right" href="{$allProductsLink}">{l s='All products' mod='homefeatured'}<i class="material-icons">&#xE315;</i></a>
</div>
<a class="all-product-link pull-xs-right" href="{$allProductsLink}">{l s='All products' mod='homefeatured'}<i class="material-icons">&#xE315;</i></a>
</section>

0 comments on commit d4c1532

Please sign in to comment.