finish ordergroups and orders i18n + controller

This commit is contained in:
wvengen 2013-02-08 01:52:20 +01:00
parent d818ea5d53
commit e06524ca37
14 changed files with 185 additions and 84 deletions

View file

@ -1,4 +1,4 @@
- title "Ordergroups"
- title t('.title')
%table
%tr
%th Type
@ -43,4 +43,4 @@
%td= h ordergroup.contact_person
%td= h ordergroup.contact_phone
%td= h ordergroup.contact_address
%td= link_to "Edit", edit_ordergroup_path(ordergroup)
%td= link_to t('ui.edit'), edit_ordergroup_path(ordergroup)