add some improvements on budget headings

Show information about longitude and latitude in a budget heading
Show information about custom content in a budget heading
Fix render of map (zoom scrollable and points clickable)
Fix typo in app/models/map_location.rb
This commit is contained in:
Julian Herrero
2018-12-27 19:48:47 +01:00
parent 2081269a67
commit c5a7492128
10 changed files with 31 additions and 21 deletions

View File

@@ -1,3 +1,3 @@
<%= render "header", action: "edit" %>
<%= render "form", path: admin_budget_group_path(@budget, @group), action: "edit" %>
<%= render "form", path: admin_budget_group_path(@budget, @group), action: "submit" %>