app/Plugin/EccubePaymentLite42/Resource/template/default/Mypage/Nav/nav_credit_card.twig line 1

Open in your IDE?
  1. <script>
  2.     $(function() {
  3.         $('ul.ec-navlistRole__navlist:first').append(
  4.             '<li class="ec-navlistRole__item {% if mypageno|default('') == 'credit_card' %}active{% endif %}">' +
  5.                 '<a href="{{ url('eccube_payment_lite42_mypage_credit_card_index') }}">{{ 'gmo_epsilon.front.mypage.nav__credit_card'|trans }}</a>' +
  6.             '</li>'
  7.         );
  8.     });
  9. </script>