better readable IBAN (#824)
display IBANs in groups of 4 digits with whitespaces in between
This commit is contained in:
parent
00f1dddd3d
commit
401c8f50a8
7 changed files with 11 additions and 6 deletions
|
|
@ -10,7 +10,7 @@
|
|||
- if @bank_transaction.iban?
|
||||
%p
|
||||
%b= heading_helper(BankTransaction, :iban) + ':'
|
||||
= @bank_transaction.iban
|
||||
= format_iban @bank_transaction.iban
|
||||
- if user = @bank_transaction.user
|
||||
= t('.belongs_to_user')
|
||||
= user.display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue