mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
449 B
14 lines
449 B
<div class="text-center px-2">
|
|
<% if local_assigns[:with_counter] %>
|
|
<% count = Submitter.where.not(completed_at: nil).distinct.count(:submission_id) %>
|
|
<% if count > 1 %>
|
|
<b><%= count %></b> documents signed with
|
|
<% else %>
|
|
Powered by
|
|
<% end %>
|
|
<% else %>
|
|
Powered by
|
|
<% end %>
|
|
<a href="<%= Docuseal::PRODUCT_URL %>" class="underline"><%= Docuseal::PRODUCT_NAME %></a> - open source documents software
|
|
</div>
|