allow more than two columns in horizontal form

This commit is contained in:
wvengen 2013-12-10 23:41:45 +01:00
parent da737793e8
commit 3f497e9274
2 changed files with 17 additions and 6 deletions

View file

@ -7,7 +7,7 @@
.modal-body
= f.input :availability
= f.input :name
.twocol
.fold-line
= f.input :unit_quantity, label: Article.human_attribute_name(:unit),
input_html: {class: 'input-mini', title: Article.human_attribute_name(:unit_quantity)}
= f.input :unit, label: '×'.html_safe,
@ -17,7 +17,7 @@
= f.association :article_category
/ TODO labels
.twocol
.fold-line
= f.input :price do
.input-prepend
%span.add-on= t 'number.currency.format.unit'
@ -26,6 +26,7 @@
.input-append
= f.input_field :tax, class: 'input-mini'
%span.add-on %
.fold-line
= f.input :deposit do
.input-prepend
%span.add-on= t 'number.currency.format.unit'