From f1f4de53c696a6020308418be8ec869acbbcef8f Mon Sep 17 00:00:00 2001 From: Alex Turchyn Date: Wed, 20 Sep 2023 00:40:39 +0300 Subject: [PATCH] adjust phone form --- app/views/submissions/_phone_form.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/submissions/_phone_form.html.erb b/app/views/submissions/_phone_form.html.erb index 321d6713..9183e06e 100644 --- a/app/views/submissions/_phone_form.html.erb +++ b/app/views/submissions/_phone_form.html.erb @@ -37,8 +37,10 @@ Add New - <%= render 'send_sms', f: %> - <%= render('submitters_order', f:, template:) if Accounts.can_send_emails?(current_account) %> +
+ <%= render('submitters_order', f:, template:) if Accounts.can_send_emails?(current_account) %> + <%= render 'send_sms', f: %> +
<%= f.button button_title(title: 'Add Recipients'), class: 'base-button' %>