Skip to content

Commit

Permalink
Merge pull request #3383 from KenTanaka/experimental/272
Browse files Browse the repository at this point in the history
#272 【購入手続き画面】お支払い方法の選択肢のラベルが2重で表示されている
  • Loading branch information
ryo-endo committed Jul 24, 2018
2 parents 26236da + 8efb692 commit 13ff15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/default/Shopping/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ file that was distributed with this source code.
<div class="ec-blockRadio">
{% for key, child in form.Payment %}
{% set Payment = form.Payment.vars.choices[key].data %}
<label>{{ form_widget(child, {'attr': {'class': 'payment' }}) }}<span>{{ child.vars.label }}</span></label>
<label>{{ form_widget(child, {'attr': {'class': 'payment' }}) }}</label>
{% if Payment.payment_image is not null %}
<img src="{{ asset(Payment.payment_image, 'save_image') }}">
{% endif %}
Expand Down

0 comments on commit 13ff15b

Please sign in to comment.