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.
docuseal/app/views/start_form/_docuseal_logo.html.erb

11 lines
379 B

<a href="/" class="flex justify-center items-center">
<% if @template&.account&.logo&.attached? %>
<img src="<%= url_for(@template.account.logo) %>" class="max-h-16 max-w-[250px]">
<% else %>
<span class="mr-3">
<%= render 'shared/logo', width: '50px', height: '50px' %>
</span>
<h1 class="text-5xl font-bold text-center">DocuSeal</h1>
<% end %>
</a>