simplify nav

This commit is contained in:
Pete Matsyburka
2025-07-11 21:19:03 +03:00
parent 1ae635963c
commit bd3d643318
6 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<li>
<%= link_to Docuseal.multitenant? ? console_redirect_index_path(redir: "#{Docuseal::CONSOLE_URL}/plans") : "#{Docuseal::CLOUD_URL}/sign_up?#{{ redir: "#{Docuseal::CONSOLE_URL}/on_premises" }.to_query}", class: 'text-base hover:bg-base-300', data: { prefetch: false } do %>
<%= t('plans') %>
<span class="badge badge-warning"><%= t('new') %></span>
<span class="badge badge-warning"><%= t('pro') %></span>
<% end %>
</li>
<% end %>