app/views/spree/checkout/_payment.html.erb in solidus_frontend-2.5.2 vs app/views/spree/checkout/_payment.html.erb in solidus_frontend-2.6.0.rc1

- old
+ new

@@ -13,11 +13,11 @@ <%= t('spree.use_new_cc_or_payment_method') %> </label> </div> <div id="existing_cards"> - <p class="field" data-hook="existing_cards"> + <div class="field" data-hook="existing_cards"> <table class="existing-credit-card-list"> <tbody> <% @wallet_payment_sources.each do |wallet_payment_source| %> <%= render( @@ -29,11 +29,11 @@ ) %> <% end %> </tbody> </table> - </p> + </div> </div> <% end %> <div id="payment-method-fields" data-hook> <% @order.available_payment_methods.each do |method| %> @@ -55,10 +55,10 @@ </li> <% end %> </ul> <br style="clear:both;" /> <p class='field' data-hook='coupon_code'> - <%= form.label :coupon_code %><br /> + <%= form.label :coupon_code %> <%= form.text_field :coupon_code %> <button type="button" class="button" id="coupon-code-apply-button"> <%= t('spree.apply_code') %> </button>