Skip to content
Snippets Groups Projects
Commit e82350dd authored by Stanislav Idolov's avatar Stanislav Idolov
Browse files

Merge remote-tracking branch 'origin/MAGETWO-62410' into automated_tests

parents c6bfa0b9 3bf1917b
Branches
No related merge requests found
......@@ -4,8 +4,7 @@
* See COPYING.txt for license details.
*/
-->
<!-- ko ifnot: isItemsBlockExpanded() -->
<div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'openedState': 'active'}}">
<div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'openedState': 'active', 'active': isItemsBlockExpanded()}}">
<div class="title" data-role="title">
<strong role="heading"><span data-bind="text: getItemsQty()"></span>
<!-- ko if: getItemsQty() == 1 -->
......@@ -32,33 +31,3 @@
</div>
</div>
</div>
<!-- /ko -->
<!-- ko if: isItemsBlockExpanded() -->
<div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'openedState': 'active', 'active': true}}">
<div class="title" data-role="title">
<strong role="heading"><span data-bind="text: getItemsQty()"></span>
<!-- ko if: getItemsQty() == 1 -->
<!-- ko i18n: 'Item in Cart' --><!-- /ko -->
<!-- /ko -->
<!-- ko if: getItemsQty() > 1 -->
<!-- ko i18n: 'Items in Cart' --><!-- /ko -->
<!-- /ko -->
</strong>
</div>
<div class="content minicart-items" data-role="content">
<div class="minicart-items-wrapper overflowed">
<ol class="minicart-items">
<!-- ko foreach: getItems() -->
<li class="product-item">
<div class="product">
<!-- ko foreach: $parent.elems() -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!-- /ko -->
</div>
</li>
<!-- /ko -->
</ol>
</div>
</div>
</div>
<!-- /ko -->
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment