Add percent sign for tax in forms
This commit is contained in:
parent
53518039f1
commit
0f4614eb31
6 changed files with 26 additions and 11 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue