Resolve merge conflicts with i18n
This commit is contained in:
commit
9753e6db00
6 changed files with 22 additions and 8 deletions
|
|
@ -4,7 +4,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
|
||||
= f.submit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue