mirror of https://github.com/docusealco/docuseal
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.
9 lines
458 B
9 lines
458 B
<% 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') %>
|
|
<% end %>
|
|
<span class="hidden md:inline-flex h-3 border-r border-base-content"></span>
|
|
<% end %>
|