Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit b153c06

Browse files
Update view.phtml
adding specific classes to increase weight
1 parent 71ee75b commit b153c06

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Wishlist/view/frontend/templates

1 file changed

+2
-2
lines changed

app/code/Magento/Wishlist/view/frontend/templates/view.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
?>
1111

1212
<?php if ($this->helper('Magento\Wishlist\Helper\Data')->isAllow()) : ?>
13-
<div class="toolbar"><?= $block->getChildHtml('wishlist_item_pager'); ?></div>
13+
<div class="toolbar wishlist-toolbar"><?= $block->getChildHtml('wishlist_item_pager'); ?></div>
1414
<?= ($block->getChildHtml('wishlist.rss.link')) ?>
1515
<form class="form-wishlist-items" id="wishlist-view-form"
1616
data-mage-init='{"wishlist":{
@@ -53,5 +53,5 @@
5353
<% } %>
5454
</form>
5555
</script>
56-
<div class="toolbar"><br><?= $block->getChildHtml('wishlist_item_pager'); ?></div>
56+
<div class="toolbar wishlist-toolbar"><br><?= $block->getChildHtml('wishlist_item_pager'); ?></div>
5757
<?php endif ?>

0 commit comments

Comments
 (0)