Files
grecia/app/views/admin/budgets
Bertocq 8eaf0982b1 Fixed Admin Budget's destroy button to a link
Why:

The Admin Budget form has a submit button for saving the record, adding
another submit input to destroy the record actually adds to the html:
`<input type="hidden" name="_method" value="delete">` and it collides
with the save button, forcing it to perform a destroy instead of save.

Previously the destroy button was not in the same div as the save button

How:
Just changing the Destroy from a button_to to a link_to.
2018-01-20 14:03:14 +01:00
..
2018-01-11 17:09:54 +01:00
2018-01-19 18:19:46 +01:00
2017-09-05 12:51:08 +02:00
2017-01-11 13:03:12 +01:00