Add percent sign for tax in forms

This commit is contained in:
Julius 2013-06-06 17:58:02 +02:00
parent 53518039f1
commit 0f4614eb31
6 changed files with 26 additions and 11 deletions

View file

@ -5,7 +5,10 @@
= f.input :unit
= f.input :note
= f.input :price
= f.input :tax
= f.input :tax, :wrapper => :append do
= f.input_field :tax
%span.add-on %
-# untested, because this view is currently not included (?)
= f.input :deposit
= f.association :article_category
= f.submit class: 'btn'
= f.submit class: 'btn'