i18n financial_transactions + controller

This commit is contained in:
Manuel Wiedenmann 2013-02-11 09:57:33 +07:00
parent 8722a5ed36
commit 640e9799aa
7 changed files with 59 additions and 27 deletions

View file

@ -4,10 +4,10 @@
%table.table.table-striped
%thead
%tr
%td= sort_link_helper "Datum", "date"
%td Wer
%td= sort_link_helper "Notiz", "note"
%td= sort_link_helper "Betrag", "amount"
%td= sort_link_helper t('.date'), "date"
%td= t('.who')
%td= sort_link_helper t('.note'), "note"
%td= sort_link_helper t('amount'), "amount"
%tbody
- @financial_transactions.each do |t|
%tr