put footer below body, now that is allowed in html5
This commit is contained in:
parent
dcb17e04b5
commit
0b4cfde1b2
1 changed files with 3 additions and 4 deletions
|
@ -83,6 +83,9 @@
|
||||||
%th= heading_helper OrderArticle, :units_received, short: true
|
%th= heading_helper OrderArticle, :units_received, short: true
|
||||||
%th
|
%th
|
||||||
%th= t 'ui.actions'
|
%th= t 'ui.actions'
|
||||||
|
%tbody#result_table
|
||||||
|
- @order_articles.each do |order_article|
|
||||||
|
= render :partial => 'edit_amount', :locals => {:order_article => order_article}
|
||||||
%tfoot
|
%tfoot
|
||||||
%tr
|
%tr
|
||||||
%th{:colspan => 10}
|
%th{:colspan => 10}
|
||||||
|
@ -90,7 +93,3 @@
|
||||||
- new_article_data.each do |option|
|
- new_article_data.each do |option|
|
||||||
%option{id: "add_article_#{option[:id]}", value: option[:id]}= option[:text]
|
%option{id: "add_article_#{option[:id]}", value: option[:id]}= option[:text]
|
||||||
|
|
||||||
%tbody#result_table
|
|
||||||
- @order_articles.each do |order_article|
|
|
||||||
= render :partial => 'edit_amount', :locals => {:order_article => order_article}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue