From 66e6775227037b0d1e4aa47d03d5dfd8431d95f6 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 3 Feb 2026 16:32:26 +0000 Subject: [PATCH] Remove "Powered by DocuSeal" attribution from all signing process pages Remove the shared/attribution partial render from all submit_form, start_form, submissions_preview, send_submission_email, and landing page templates. https://claude.ai/code/session_01SMJoL1Hzz3b5qqDhyD63jF --- app/views/pages/landing.html.erb | 1 - app/views/send_submission_email/success.html.erb | 1 - app/views/start_form/completed.html.erb | 1 - app/views/start_form/private.html.erb | 1 - app/views/start_form/show.html.erb | 1 - app/views/submissions_preview/completed.html.erb | 1 - app/views/submit_form/archived.html.erb | 1 - app/views/submit_form/awaiting.html.erb | 1 - app/views/submit_form/completed.html.erb | 1 - app/views/submit_form/declined.html.erb | 1 - app/views/submit_form/expired.html.erb | 1 - app/views/submit_form/success.html.erb | 1 - 12 files changed, 12 deletions(-) diff --git a/app/views/pages/landing.html.erb b/app/views/pages/landing.html.erb index 78cc823e..1949b5ef 100644 --- a/app/views/pages/landing.html.erb +++ b/app/views/pages/landing.html.erb @@ -76,4 +76,3 @@ -<%= render 'shared/attribution', with_counter: true %> diff --git a/app/views/send_submission_email/success.html.erb b/app/views/send_submission_email/success.html.erb index a4e57d45..02471475 100644 --- a/app/views/send_submission_email/success.html.erb +++ b/app/views/send_submission_email/success.html.erb @@ -10,4 +10,3 @@ -<%= render 'shared/attribution', link_path: '/start' %> diff --git a/app/views/start_form/completed.html.erb b/app/views/start_form/completed.html.erb index c21b3d45..1c1bec2b 100644 --- a/app/views/start_form/completed.html.erb +++ b/app/views/start_form/completed.html.erb @@ -33,4 +33,3 @@ <% end %> -<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %> diff --git a/app/views/start_form/private.html.erb b/app/views/start_form/private.html.erb index 6b8104d6..33341c2d 100644 --- a/app/views/start_form/private.html.erb +++ b/app/views/start_form/private.html.erb @@ -28,4 +28,3 @@ <% end %> -<%= render 'shared/attribution', link_path: '/start', account: @template.account %> diff --git a/app/views/start_form/show.html.erb b/app/views/start_form/show.html.erb index 271b50c1..4ddfac29 100644 --- a/app/views/start_form/show.html.erb +++ b/app/views/start_form/show.html.erb @@ -64,5 +64,4 @@ <% end %> -<%= render 'shared/attribution', link_path: '/start', account: @template.account %> <%= render 'start_form/policy', account: @template.account %> diff --git a/app/views/submissions_preview/completed.html.erb b/app/views/submissions_preview/completed.html.erb index 60370a46..7c2450e8 100644 --- a/app/views/submissions_preview/completed.html.erb +++ b/app/views/submissions_preview/completed.html.erb @@ -41,4 +41,3 @@ <% end %> -<%= render 'shared/attribution', link_path: '/start', account: @submission.account %> diff --git a/app/views/submit_form/archived.html.erb b/app/views/submit_form/archived.html.erb index 7e59aece..e26d7b21 100644 --- a/app/views/submit_form/archived.html.erb +++ b/app/views/submit_form/archived.html.erb @@ -18,4 +18,3 @@ -<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %> diff --git a/app/views/submit_form/awaiting.html.erb b/app/views/submit_form/awaiting.html.erb index 34c0acc8..b5800097 100644 --- a/app/views/submit_form/awaiting.html.erb +++ b/app/views/submit_form/awaiting.html.erb @@ -18,4 +18,3 @@ -<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %> diff --git a/app/views/submit_form/completed.html.erb b/app/views/submit_form/completed.html.erb index 004c9027..a0f7ed92 100644 --- a/app/views/submit_form/completed.html.erb +++ b/app/views/submit_form/completed.html.erb @@ -51,4 +51,3 @@ <% end %> -<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %> diff --git a/app/views/submit_form/declined.html.erb b/app/views/submit_form/declined.html.erb index cc45cc23..92451481 100644 --- a/app/views/submit_form/declined.html.erb +++ b/app/views/submit_form/declined.html.erb @@ -18,4 +18,3 @@ -<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %> diff --git a/app/views/submit_form/expired.html.erb b/app/views/submit_form/expired.html.erb index d012185f..d1faca71 100644 --- a/app/views/submit_form/expired.html.erb +++ b/app/views/submit_form/expired.html.erb @@ -18,4 +18,3 @@ -<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %> diff --git a/app/views/submit_form/success.html.erb b/app/views/submit_form/success.html.erb index 50012d1f..3f77c6c2 100644 --- a/app/views/submit_form/success.html.erb +++ b/app/views/submit_form/success.html.erb @@ -14,4 +14,3 @@ -<%= render 'shared/attribution', link_path: '/start' %>