Skip to content

Commit

Permalink
Update _fields.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Aug 1, 2024
1 parent 7b0833c commit e9bba6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/controllers/locations/form/_fields.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
button_data: { map_target: "showBoxBtn", action: "map#showBox" }
) %>

<%= render(partial: "locations/form/bounds_fields",
locals: { f: f }) %>
<%= render(partial: "locations/form/bounds_fields", locals: { f: f }) %>

<% if in_admin_mode? %>
<%= check_box_with_label(form: f, field: :locked, class: "mt-3",
Expand Down

0 comments on commit e9bba6e

Please sign in to comment.