Skip to content

Commit

Permalink
Add: subject placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsstc committed Sep 21, 2020
1 parent 9bacb32 commit 4d409d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/contact_us/contacts/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<%= f.email_field :email, class: 'required col-12 mt-3 mb-1 mb-lg-2', placeholder: true %>

<% if SpreeContactUs.require_subject %>
<%= f.text_field :subject, class: 'required col-12 mt-3 mb-1 mb-lg-2' %>
<%= f.text_field :subject, class: 'required col-12 mt-3 mb-1 mb-lg-2', placeholder: true %>
<% end %>
<%= f.text_area :message, class: 'required col-12 mt-3 mb-3', rows: 4, placeholder: Spree.t('spree_contact_us.message_placeholder') %>
<div class="text-center text-lg-left mt-lg-1 mb-4">
Expand Down

0 comments on commit 4d409d4

Please sign in to comment.