feat: clean up powered by attribution, fix email footer, set sign in page title

pull/678/head
SuBroXz11 1 month ago
parent 15b44e0df2
commit 3015e615d1

@ -101,11 +101,7 @@
class="text-center mt-4" class="text-center mt-4"
> >
{{ t('powered_by') }} {{ t('powered_by') }}
<a arcab Sign
href="https://sign.arcab.co/start"
target="_blank"
class="underline"
>arcab Sign</a> - {{ t('open_source_documents_software') }}
</div> </div>
</div> </div>
</template> </template>
@ -302,3 +298,4 @@ export default {
} }
} }
</script> </script>

@ -1,3 +1,4 @@
<% content_for(:html_title, "Login | arcab Sign") %>
<%= content_for(:canonical_url, new_user_session_url) %> <%= content_for(:canonical_url, new_user_session_url) %>
<% content_for(:hide_navbar, true) %> <% content_for(:hide_navbar, true) %>
<% content_for(:full_width, true) %> <% content_for(:full_width, true) %>

@ -3,8 +3,8 @@
</p> </p>
<p> <p>
<% if @current_account&.testing? %> <% 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) %> <%= Docuseal.product_name %>
<% else %> <% else %>
<%= t('sent_using_product_name_free_document_signing_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %> <%= Docuseal.product_name %>
<% end %> <% end %>
</p> </p>

@ -9,5 +9,5 @@
<% else %> <% else %>
<%= t('powered_by') %> <%= t('powered_by') %>
<% end %> <% end %>
<a href="<%= Docuseal::PRODUCT_URL %><%= local_assigns[:link_path] %>" class="underline"><%= Docuseal.product_name %></a> - <%= t('open_source_documents_software') %> <%= Docuseal.product_name %>
</div> </div>

Loading…
Cancel
Save