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.
		
		
		
		
		
			
		
			
				
					
					
						
							11 lines
						
					
					
						
							516 B
						
					
					
				
			
		
		
	
	
							11 lines
						
					
					
						
							516 B
						
					
					
				| <% if 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 %>
 | |
| <% end %>
 | |
| <% if signed_in? && current_user != true_user %>
 | |
|   <%= render 'shared/test_alert' %>
 | |
| <% elsif request.path.starts_with?('/settings') %>
 | |
|   <span class="hidden md:inline-flex h-3 border-r border-base-content"></span>
 | |
| <% end %>
 |