mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Added comma support #2785
This commit is contained in:
parent
f5311301c9
commit
e9cf3d2fbe
15 changed files with 80 additions and 21 deletions
|
@ -63,7 +63,7 @@
|
|||
%tr
|
||||
%td= link_to(l(x.paid_at, format: :date_long), [:admin, x])
|
||||
%td= x.buyer_name
|
||||
%td= x.sum
|
||||
%td= currency(x.sum)
|
||||
%td= x.currency
|
||||
- c = x.binded? ? 'text-success' : 'text-danger'
|
||||
%td{class: c}= x.binded? ? t(:binded) : t(:not_binded)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue