|
|
|
@ -37,8 +37,10 @@
|
|
|
|
<span>Add New</span>
|
|
|
|
<span>Add New</span>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</dynamic-list>
|
|
|
|
</dynamic-list>
|
|
|
|
<%= render 'send_sms', f: %>
|
|
|
|
<div>
|
|
|
|
<%= 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: %>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="form-control">
|
|
|
|
<div class="form-control">
|
|
|
|
<%= f.button button_title(title: 'Add Recipients'), class: 'base-button' %>
|
|
|
|
<%= f.button button_title(title: 'Add Recipients'), class: 'base-button' %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|