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

5 lines
150 B
Plaintext
Raw Normal View History

2015-09-08 14:19:48 +00:00
= form_for @transaction do |f|
= f.select :creditor, User.all, {}, { class: 'select2-selector' }
= f.number_field :amount
= f.submit "Send it!"