tab/app/views/transactions/create.html.haml

18 lines
312 B
Plaintext
Raw Normal View History

2015-09-08 15:30:02 +00:00
%table
%tbody
%tr
%th Debtor
%td= @transaction.debtor.name
%tr
%th Creditor
%td= @transaction.creditor.name
%tr
%th Amount
%td= @transaction.amount
%tr
%th Origin
%td= @transaction.origin
%tr
%th Message
%td= @transaction.message