<?php
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

// @codingStandardsIgnoreFile

?>
<?php /** @var $block \Magento\Shipping\Block\Tracking\Link */ ?>
<?php $order = $block->getOrder() ?>
<a href="#" class="cs-button cs-button--look_light cs-button--size_300" title="<?php /* @escapeNotVerified */ echo $block->getLabel() ?>"
   data-mage-init='{"popupWindow": {"windowURL":"<?php /* @escapeNotVerified */ echo $block->getWindowUrl($order) ?>","windowName":"trackorder","width":800,"height":600,"left":0,"top":0,"resizable":1,"scrollbars":1}}'>
    <span class="cs-button__span"> <?php /* @escapeNotVerified */ echo $block->getLabel()?></span>
    <svg class="cs-button__icon">
        <use xlink:href="#arrow_next"></use>
    </svg>
</a>
