7 lines
212 B
Plaintext
Raw Normal View History

2020-01-21 16:07:58 -05:00
- content_for :page_title do
= t('monthly_funding.title')
= form_tag settings_expenses_url, :method => :post do
2020-04-03 19:18:26 -04:00
= text_field_tag "amount", "", placeholder: "0-100", :value => @amount
2020-01-21 16:07:58 -05:00
= submit_tag "Submit"