mirror of https://github.com/docusealco/docuseal
Customize navigation for fork: remove upstream references (#2)
- Remove Discord, AI assistant, and support email from settings sidebar - Remove Console and Plans menu items from sidebar and navbar dropdown - Grey out SSO menu item (pro feature, not yet implemented) - Rename 'Upgrade' button to 'Go Full Pro' linking to docuseal.com - Point GitHub URL to snoe/docuseal-like-a-pro fork - Replace hardcoded GitHub URLs with Docuseal::GITHUB_URL constant Co-authored-by: Sebastian Noe <sebastian.schneider@boxine.de>pull/681/head
parent
3f80171163
commit
f70c6ebabf
@ -1,8 +1,8 @@
|
||||
<% if signed_in? && current_user != true_user %>
|
||||
<%= render 'shared/test_alert' %>
|
||||
<% elsif request.path.starts_with?('/settings') %>
|
||||
<%= link_to "#{Docuseal::CLOUD_URL}/sign_up?#{{ redir: "#{Docuseal::CONSOLE_URL}/on_premises" }.to_query}", class: 'hidden md:inline-flex btn btn-warning btn-sm', data: { prefetch: false } do %>
|
||||
<%= t('upgrade') %>
|
||||
<%= link_to "https://www.docuseal.com", class: 'hidden md:inline-flex btn btn-warning btn-sm', target: '_blank', data: { prefetch: false } do %>
|
||||
Go Full Pro
|
||||
<% end %>
|
||||
<span class="hidden md:inline-flex h-3 border-r border-base-content"></span>
|
||||
<% end %>
|
||||
|
||||
Loading…
Reference in new issue