move commonly used verbs to common i18n identifier
This commit is contained in:
parent
4aa40b387a
commit
f1d6df9ecc
60 changed files with 50 additions and 111 deletions
|
|
@ -18,7 +18,7 @@
|
|||
%td= format_date(invoice.date)
|
||||
%td.numeric= number_to_currency(invoice.amount)
|
||||
%td= invoice.supplier.name
|
||||
%td= link_to t('.edit'), edit_finance_invoice_path(invoice), class: 'btn btn-mini'
|
||||
%td= link_to t('ui.edit'), edit_finance_invoice_path(invoice), class: 'btn btn-mini'
|
||||
|
||||
%h2
|
||||
= t('.last_transactions')
|
||||
|
|
@ -57,4 +57,4 @@
|
|||
%td.numeric= number_to_currency(order.sum(:fc))
|
||||
%td= link_to t('.clear'), new_finance_order_path(order_id: order.id), class: 'btn btn-mini'
|
||||
- else
|
||||
= t('.everything_cleared')
|
||||
= t('.everything_cleared')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue