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/submissions/_logo.html.erb

6 lines
207 B

<% if @submission&.account&.logo&.attached? %>
<img src="<%= url_for(@submission.account.logo) %>" class="max-h-10 max-w-[160px]">
<% else %>
<%= render 'shared/logo', width: 40, height: 40 %>
<% end %>