Skip to content

Commit

Permalink
Fix placeholder value
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudryavtsev Ilya committed Dec 19, 2018
1 parent af6a140 commit 6c49a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/spree/checkout/_coupon_code.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="coupon-code" data-hook='coupon_code'>
<%= form_for order, url: update_checkout_path(order.state) do |form| %>
<%= form.label :coupon_code %>
<%= form.text_field :coupon_code, placeholder: :coupon_code %>
<%= form.text_field :coupon_code, placeholder: true %>

<button type="submit" class="button coupon-code-apply-button" id="coupon-code-apply-button">
<%= t('spree.apply_code') %>
Expand Down

0 comments on commit 6c49a23

Please sign in to comment.