gab-social/app/views/settings/expenses/index.html.haml

7 lines
212 B
Plaintext
Raw Normal View History

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