This commit is contained in:
mgabdev
2020-04-03 19:18:26 -04:00
parent c6fdcb91c8
commit e485e2f955
21 changed files with 367 additions and 203 deletions

View File

@@ -2,5 +2,5 @@
= t('monthly_funding.title')
= form_tag settings_expenses_url, :method => :post do
= text_field_tag "ammount", "", placeholder: "0-100", :value => @ammount
= text_field_tag "amount", "", placeholder: "0-100", :value => @amount
= submit_tag "Submit"