tab/app/views/transactions/new.html.haml
2015-09-08 16:19:48 +02:00

5 lines
150 B
Plaintext

= form_for @transaction do |f|
= f.select :creditor, User.all, {}, { class: 'select2-selector' }
= f.number_field :amount
= f.submit "Send it!"