adjust phone form

This commit is contained in:
Alex Turchyn
2023-09-20 00:40:39 +03:00
parent ee350324e5
commit f1f4de53c6
+4 -2
View File
@@ -37,8 +37,10 @@
<span>Add New</span>
</a>
</dynamic-list>
<%= render 'send_sms', f: %>
<%= render('submitters_order', f:, template:) if Accounts.can_send_emails?(current_account) %>
<div>
<%= render('submitters_order', f:, template:) if Accounts.can_send_emails?(current_account) %>
<%= render 'send_sms', f: %>
</div>
<div class="form-control">
<%= f.button button_title(title: 'Add Recipients'), class: 'base-button' %>
</div>