diff --git a/app/views/participants/show.html.erb b/app/views/participants/show.html.erb
index 0f310be..af4ce35 100644
--- a/app/views/participants/show.html.erb
+++ b/app/views/participants/show.html.erb
@@ -90,11 +90,11 @@
-
+
<%= form_with(model: [@participant, @employment], url: link_worker_participant_path(@participant), method: :post, class: 'row g-3') do |form| %>