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' %>