Skip to content

Commit

Permalink
ENGCOM-3546: Static tests fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky authored and saphaljha committed Dec 22, 2018
1 parent 220d40e commit feba55f
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
+ '</span>'
+ '</span>'; %>
<li class="item">
<%= '<?= $block->escapeHtml(__('Buy %1 for %2 each and')) ?>'.replace('%1', item.qty).replace('%2', priceStr) %>
<strong class="benefit">
<?= $block->escapeHtml(__('save')) ?><span class="percent tier-<%= key %>">&nbsp;<%= item.percentage %></span>%
</strong>
<%= '<?= $block->escapeHtml(__('Buy %1 for %2 each and', '%1', '%2')) ?>'
.replace('%1', item.qty)
.replace('%2', priceStr) %>
<strong class="benefit">
<?= $block->escapeHtml(__('save')) ?><span
class="percent tier-<%= key %>">&nbsp;<%= item.percentage %></span>%
</strong>
</li>
<% }); %>
</ul>
Expand Down

0 comments on commit feba55f

Please sign in to comment.