Add form field hint

Supplements #1256
This commit is contained in:
Artur Beljajev 2019-07-08 15:47:25 +03:00 committed by Georg
parent 88c1862345
commit be7a9103cb
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,7 @@
</div>
<div class="col-md-7">
<%= f.email_field :billing_email, class: 'form-control' %>
<span class="help-block"><%= t '.billing_email_hint' %></span>
</div>
</div>