• Settings
  • <%= link_to 'Profile', settings_profile_index_path, class: 'text-base hover:bg-base-300' %>
  • <%= link_to 'Account', settings_account_path, class: 'text-base hover:bg-base-300' %>
  • <% unless Docuseal.multitenant? %>
  • <%= link_to 'Email', settings_email_index_path, class: 'text-base hover:bg-base-300' %>
  • <%= link_to 'Storage', settings_storage_index_path, class: 'text-base hover:bg-base-300' %>
  • <% end %>
  • <%= link_to 'Signature', settings_esign_index_path, class: 'text-base hover:bg-base-300' %>
  • <%= link_to 'Team', settings_users_path, class: 'text-base hover:bg-base-300' %>