tab/app/views/transactions/create.html.haml
2015-09-08 17:30:02 +02:00

18 lines
312 B
Plaintext

%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