diff --git a/app/views/submit_form/completed.html.erb b/app/views/submit_form/completed.html.erb index a56600f2..a1300908 100644 --- a/app/views/submit_form/completed.html.erb +++ b/app/views/submit_form/completed.html.erb @@ -1,39 +1,35 @@ -
-
-
-
-
-
-
-
- <%= render 'shared/logo', width: "50px", height: "50px"%> -
-

DocuSeal

-
-
-
-
-
- - - - - - -
-
-

Document signed

-

Signed on <%= l(@submission.completed_at.to_date, format: :short) %>

-
-
+
+
+
+
+
+
+ <%= render 'shared/logo', width: "50px", height: "50px"%>
+

DocuSeal

-
- <%= 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: { submission_slug: @submitter.slug }, form: { onsubmit: 'event.submitter.disabled = true' }, class: 'base-button w-full' %> -
OR
- <%= button_to button_title(title: 'Download documents', disabled_with: 'Downloading', icon: svg_icon('download', class: 'w-6 h-6')), submission_download_index_path(@submitter.slug), method: :get, form: { onsubmit: 'event.submitter.disabled = true' }, class: 'base-button w-full' %> +
+
+
+
+ + + + + + +
+
+

Document signed

+

Signed on <%= l(@submitter.completed_at.to_date, format: :short) %>

+
+
+ <%= 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' %> +
OR
+ <%= button_to button_title(title: 'Download documents', disabled_with: 'Downloading', icon: svg_icon('download', class: 'w-6 h-6')), submitter_download_index_path(@submitter.slug), method: :get, form: { onsubmit: 'event.submitter.disabled = true' }, class: 'base-button w-full' %> +