Added expenses to sidebar in app
This commit is contained in:
6
app/views/settings/expenses/index.html.haml
Normal file
6
app/views/settings/expenses/index.html.haml
Normal file
@@ -0,0 +1,6 @@
|
||||
- content_for :page_title do
|
||||
= t('monthly_funding.title')
|
||||
|
||||
= form_tag settings_expenses_url, :method => :post do
|
||||
= text_field_tag "ammount", "", placeholder: "0-100", :value => @ammount
|
||||
= submit_tag "Submit"
|
||||
Reference in New Issue
Block a user