diff --git a/app/views/start_form/completed.html.erb b/app/views/start_form/completed.html.erb index 42e09786..758442aa 100644 --- a/app/views/start_form/completed.html.erb +++ b/app/views/start_form/completed.html.erb @@ -9,7 +9,7 @@

DocuSeal

-
+
<%= svg_icon('writing_sign', class: 'w-10 h-10') %> diff --git a/app/views/start_form/show.html.erb b/app/views/start_form/show.html.erb index 452b48ad..f3779baa 100644 --- a/app/views/start_form/show.html.erb +++ b/app/views/start_form/show.html.erb @@ -2,7 +2,7 @@
-
+
<%= svg_icon('writing_sign', class: 'w-10 h-10') %>

<%= @template.name %>

-

Invited by <%= @template.account.name %>

+

Invited by <%= @template.account.name %>

diff --git a/app/views/submit_form/completed.html.erb b/app/views/submit_form/completed.html.erb index 0a0edb24..409456a0 100644 --- a/app/views/submit_form/completed.html.erb +++ b/app/views/submit_form/completed.html.erb @@ -9,7 +9,7 @@

DocuSeal

-
+
<%= svg_icon('writing_sign', class: 'w-10 h-10') %> @@ -23,7 +23,7 @@
<% if Accounts.can_send_emails?(@submitter.submission.template.account) %> - <%= button_to button_title(title: 'Send copy to Email', disabled_with: 'Sending', icon: svg_icon('mail_forward', class: 'w-6 h-6')), send_submission_email_index_path, params: { submitter_slug: @submitter.slug }, form: { onsubmit: 'event.submitter.disabled = true' }, class: 'base-button w-full' %> + <%= button_to button_title(title: 'Send copy to Email', disabled_with: 'Sending', icon: svg_icon('mail_forward', class: 'w-6 h-6')), send_submission_email_index_path, params: { submitter_slug: @submitter.slug }, form: { onsubmit: 'event.submitter.disabled = true' }, class: 'white-button w-full' %>
OR
<% end %>