From fdc3d7742acf12b49554175abbc48b1546392d6e Mon Sep 17 00:00:00 2001 From: Alex Turchyn Date: Sun, 21 Jan 2024 18:07:29 +0200 Subject: [PATCH] fix recipients switch --- app/views/submissions/new.html.erb | 4 ++-- app/views/user_signatures/edit.html.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/submissions/new.html.erb b/app/views/submissions/new.html.erb index 2dd600a5..9dccd553 100644 --- a/app/views/submissions/new.html.erb +++ b/app/views/submissions/new.html.erb @@ -3,9 +3,9 @@
<% options.each_with_index do |(label, value), index| %> - + <%= radio_button_tag 'option', value, value == 'email', class: 'peer hidden', data: { action: 'change:toggle-visible#trigger' } %> - diff --git a/app/views/user_signatures/edit.html.erb b/app/views/user_signatures/edit.html.erb index ae8a0bc2..c8a824dd 100644 --- a/app/views/user_signatures/edit.html.erb +++ b/app/views/user_signatures/edit.html.erb @@ -3,9 +3,9 @@
<% options.each_with_index do |(label, value), index| %> - + <%= radio_button_tag 'option', value, value == 'draw', class: 'peer hidden', data: { action: 'change:toggle-visible#trigger' } %> -