8aeae9c45d
• Updated: - routes for admins dashboard (expenses, group categories, promotions, trending hashtags) that were in the /settings path but are now in the /admin path - /filters to be in /settings/filters • Removed: - authorize_follow route
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
- content_for :page_title do
|
|
= t('monthly_funding.title')
|
|
|
|
= form_tag admin_expenses_url, :method => :post do
|
|
= text_field_tag "amount", "", placeholder: "0-100", :value => @amount
|
|
= submit_tag "Submit"
|