put footer below body, now that is allowed in html5

This commit is contained in:
wvengen 2014-01-09 14:47:05 +01:00
parent dcb17e04b5
commit 0b4cfde1b2
1 changed files with 3 additions and 4 deletions

View File

@ -83,6 +83,9 @@
%th= heading_helper OrderArticle, :units_received, short: true
%th
%th= t 'ui.actions'
%tbody#result_table
- @order_articles.each do |order_article|
= render :partial => 'edit_amount', :locals => {:order_article => order_article}
%tfoot
%tr
%th{:colspan => 10}
@ -90,7 +93,3 @@
- new_article_data.each do |option|
%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}