| Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/web/template/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/web/template/guest-highlight.html |
<!-- ko if: highlight().visible-->
<div data-bind="css: frontend_class" class="amrewards-highlight-container">
<div class="caption">
<strong>
<!--ko text: captionStartText --><!-- /ko -->
<b data-bind="style: {'color': highlight().caption_color}, i18n: highlight().caption_text"></b>
<b data-bind="style: {'color': highlight().caption_color}, i18n: 'Reward Points'"></b>
<!--ko text: captionAfterText --><!-- /ko -->
<!-- ko if: highlight().registration_link -->
<a data-bind="attr: {href: highlight().registration_link}"><!--ko text: captionRegistrationText --><!-- /ko --></a>
<!-- /ko -->
<!-- ko ifnot: highlight().registration_link -->
<!--ko text: captionRegistrationText --><!-- /ko -->
<!-- /ko -->
<!--ko text: captionEndText --><!-- /ko -->
</strong>
</div>
</div>
<!-- /ko -->