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/personalization_settings/_logo_form.html.erb

5 lines
166 B

<% if !Docuseal.multitenant? || can?(:manage, :personalization_advanced) %>
<%= render 'logo_upload_form' %>
<% else %>
<%= render 'logo_placeholder' %>
<% end %>