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

5 lines
180 B

<%= image_tag url_for(current_account.logo),
class: "h-10 object-contain",
alt: current_account.name.presence || "Company Logo" %>
<span><%= current_account.name %></span>