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
pull/580/head
Claude 2 months ago
parent 97370b033a
commit 66e6775227
No known key found for this signature in database

@ -76,4 +76,3 @@
</div>
</div>
</section>
<%= render 'shared/attribution', with_counter: true %>

@ -10,4 +10,3 @@
</div>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start' %>

@ -33,4 +33,3 @@
<% end %>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %>

@ -28,4 +28,3 @@
</toggle-submit>
<% end %>
</div>
<%= render 'shared/attribution', link_path: '/start', account: @template.account %>

@ -64,5 +64,4 @@
<% end %>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start', account: @template.account %>
<%= render 'start_form/policy', account: @template.account %>

@ -41,4 +41,3 @@
<% end %>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start', account: @submission.account %>

@ -18,4 +18,3 @@
</div>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %>

@ -18,4 +18,3 @@
</div>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %>

@ -51,4 +51,3 @@
<% end %>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %>

@ -18,4 +18,3 @@
</div>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %>

@ -18,4 +18,3 @@
</div>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start', account: @submitter.account %>

@ -14,4 +14,3 @@
</div>
</div>
</div>
<%= render 'shared/attribution', link_path: '/start' %>

Loading…
Cancel
Save