gab-social/app/views/settings/expenses/index.html.haml
2020-04-03 19:18:26 -04:00

7 lines
212 B
Plaintext

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