Update translation keys

This commit is contained in:
Priit Tark 2015-04-30 12:47:11 +03:00
parent d9ca931c97
commit acab58b71c
49 changed files with 240 additions and 240 deletions

View file

@ -9,14 +9,14 @@
%thead
%tr
%th{class: 'col-xs-3'}
= sort_link(@q, 'created_at', t('imported_at'))
= sort_link(@q, 'created_at', t(:imported_at))
%th{class: 'col-xs-3'}
= sort_link(@q, 'bank_code')
%th{class: 'col-xs-3'}
= sort_link(@q, 'iban', t('iban').upcase)
/ TODO: Make this searchable by caching the status to the database
%th{class: 'col-xs-3'}
= t('status')
= t(:status)
%tbody
- @bank_statements.each do |x|
%tr