mirror of https://github.com/docusealco/docuseal
- Empty _powered_by.html.erb, _attribution.html.erb, _email_attribution.html.erb and _mailer_attribution.html.erb partials to fully remove DocuSeal branding from all pages and emails - Replace bg-white with bg-base-300 in all admin ERB templates: webhook settings, submissions, setup, templates, recipients - Replace bg-white with bg-base-300 in all template builder Vue components: conditions_modal, font_modal, formula_modal, context menus, controls, preview, upload, area (except canvas resize handles) - Keep bg-white only for signature/initials canvas elements where white backgrounds are needed for drawing https://claude.ai/code/session_01SMJoL1Hzz3b5qqDhyD63jFpull/580/head
parent
a57d46b53c
commit
770f840790
@ -1 +1 @@
|
||||
<%= render 'shared/powered_by', with_counter: local_assigns[:with_counter], link_path: local_assigns[:link_path] %>
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
<% 'stats stat stat-figure stat-title stat-value text-accent w-fit hover:bg-white dropdown-open border-base-content/30 before:border-base-content/30' %>
|
||||
<% 'stats stat stat-figure stat-title stat-value text-accent w-fit hover:bg-base-300 dropdown-open border-base-content/30 before:border-base-content/30' %>
|
||||
|
||||
@ -1,10 +1 @@
|
||||
<p>
|
||||
---
|
||||
</p>
|
||||
<p>
|
||||
<% if @current_account&.testing? %>
|
||||
<%= t('sent_using_product_name_in_testing_mode_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %>
|
||||
<% else %>
|
||||
<%= t('sent_using_product_name_free_document_signing_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %>
|
||||
<% end %>
|
||||
</p>
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
<%= render 'shared/email_attribution' %>
|
||||
|
||||
|
||||
@ -1,13 +1 @@
|
||||
<div class="text-center px-2">
|
||||
<% if local_assigns[:with_counter] %>
|
||||
<% count = CompletedSubmitter.distinct.count(:submission_id) %>
|
||||
<% if count > 1 %>
|
||||
<%= t('count_documents_signed_with_html', count:) %>
|
||||
<% else %>
|
||||
<%= t('powered_by') %>
|
||||
<% end %>
|
||||
<% else %>
|
||||
<%= t('powered_by') %>
|
||||
<% end %>
|
||||
<a href="<%= Docuseal::PRODUCT_URL %><%= local_assigns[:link_path] %>" class="underline"><%= Docuseal.product_name %></a> - <%= t('open_source_documents_software') %>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in new issue