You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/app/views/submissions/_send_sms_button.html.erb

8 lines
291 B

<div class="mt-2 mb-1">
<div class="tooltip w-full" data-tip="SMS provider integration not configured">
<button type="button" class="btn btn-sm btn-primary text-gray-400 w-full" disabled>
<%= submitter.sent_at? ? t('re_send_sms') : t('send_sms') %>
</button>
</div>
</div>