Skip to content

Commit

Permalink
Merge pull request #2178 from MushroomObserver/nimmo-fix-project-mess…
Browse files Browse the repository at this point in the history
…ages

Project messages: fix my earlier fix
  • Loading branch information
nimmolo committed Jun 11, 2024
2 parents 7e43aba + d343295 commit b42b7a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/controllers/observations/form/_projects.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
:form_observations_projects_out_of_range_help.
t(button_name: button_name)
)%>
<%= check_box_with_label(
form: f_p, field: :ignore_proj_conflicts,
label: :form_observations_projects_ignore_project_constraints.t
) %>
</div>
<%= check_box_with_label(
form: f_p, field: :ignore_proj_conflicts,
label: :form_observations_projects_ignore_project_constraints.t
) %>
</div>
<% end %>
<div class="col-xs-12 col-sm-6 col-sm-push-6">
Expand Down

0 comments on commit b42b7a7

Please sign in to comment.