Add confirm button to pd declaration page

This commit is contained in:
Anton Khorev 2025-01-17 18:09:47 +03:00
parent f5f7985fdb
commit 0f51052e86
3 changed files with 4 additions and 0 deletions

View file

@ -10,4 +10,5 @@
:checked => current_user.consider_pd,
:disabled => current_user.consider_pd %>
<% end %>
<%= f.primary t(".confirm"), :disabled => current_user.consider_pd %>
<% end %>