finish shared i18n

This commit is contained in:
wvengen 2013-02-08 19:16:06 +01:00
parent e06524ca37
commit 28c66642f5
11 changed files with 120 additions and 54 deletions

View file

@ -1,10 +1,10 @@
%table.table.table-hover
%thead
%tr
%th{:style => 'width:70%'} Bestellgruppe
%th Bestellt (Menge + Toleranz)
%th Bekommen
%th Gesamtpreis
%th{:style => 'width:70%'}= t '.ordergroup'
%th= t '.ordered'
%th= t '.received'
%th= t '.price'
- for order_article in order.order_articles.ordered.all(:include => [:article, :article_price])
%thead
@ -22,4 +22,4 @@
%td= number_to_currency(order_article.price.fc_price * goa.result)
%tr
%td(colspan="4" )
- reset_cycle('groups')
- reset_cycle('groups')