Sha256: 6270aaefb7225a045a530146d667dbebb437bff1f0e0d900929bf0e9f00596c1
Contents?: true
Size: 747 Bytes
Versions: 3
Compression:
Stored size: 747 Bytes
Contents
%table.table.table-condensed.table-striped %tr %th Account Type %td= account.account_type %th Bank %td= link_to account.bank.name, admin_bank_path(account.bank) %tr %th Owner Name %td= account.owner_name %th Owner Document %td= account.owner_document %tr %th Email %td= account.email %th Phone %td= account.phone %tr %th Account %td= account.account %th Account Digit %td= account.account_digit %tr %th Address State %td= account.address_state %th Address City %td= account.address_city %tr %th Address Street %td= account.address_street %th Address Number %td= account.address_number %tr %th Address Zip %td= account.address_zip
Version data entries
3 entries across 3 versions & 1 rubygems