Sha256: 1c4d01eaf8452efba0f0d258840a1f03bfc21b787c47a5ed4fd8f6d457e7b30e

Contents?: true

Size: 441 Bytes

Versions: 8

Compression:

Stored size: 441 Bytes

Contents

<script>
  window.addEventListener('turbolinks:load', function() {
      Spree.translations = <%==
        {
          coupon_code_applied: Spree.t(:coupon_code_applied),
          coupon_code_removed: Spree.t(:coupon_code_removed),
          coupon_code_error_icon: image_path('error.svg'),
          credit_card_remove_confirmation: Spree.t(:credit_card_remove_confirmation)
        }.to_json
                           %>
  });
</script>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_frontend-4.3.3 app/views/spree/shared/_translations.html.erb
spree_frontend-4.3.2 app/views/spree/shared/_translations.html.erb
spree_frontend-4.4.0 app/views/spree/shared/_translations.html.erb
spree_frontend-4.3.1 app/views/spree/shared/_translations.html.erb
spree_frontend-4.3.0 app/views/spree/shared/_translations.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/shared/_translations.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/shared/_translations.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/shared/_translations.html.erb