Skip to content

Commit

Permalink
Update _details.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Aug 15, 2024
1 parent d418554 commit 5827316
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/controllers/observations/form/_details.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ naming_locals = if include_naming
<% end %>
<% end %>

<%= collapse_help_block(nil, id: "geolocation_help") do %>
<%= tag.p(:form_observations_click_point.l) %>
<%= tag.p(:form_observations_lat_long_help.t) %>
<% end %>

<%= check_box_with_label(
form: f, field: :gps_hidden, label: :form_observations_gps_hidden.l,
class: "ml-5 mb-5"
) %>

<%= collapse_help_block(nil, id: "geolocation_help") do %>
<%= tag.p(:form_observations_click_point.l) %>
<%= tag.p(:form_observations_lat_long_help.t) %>
<% end %>
<!-- /LAT_LONG_ALT -->

<% if logging_optional %>
Expand Down

0 comments on commit 5827316

Please sign in to comment.