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.
		
		
		
		
		
			
		
			
				
					
					
						
							7 lines
						
					
					
						
							573 B
						
					
					
				
			
		
		
	
	
							7 lines
						
					
					
						
							573 B
						
					
					
				| <% if current_user.created_at > 2.weeks.ago || params[:tour] == 'true' %>
 | |
|   <% user_config = current_user.user_configs.find_by(key: UserConfig::SHOW_APP_TOUR) || UserConfig.new(key: UserConfig::SHOW_APP_TOUR, user: current_user) %>
 | |
|   <% if user_config.new_record? || user_config.value || params[:tour] == 'true' %>
 | |
|     <app-tour data-show-tour="<%= params[:tour] == 'true' || user_config.value %>" data-type="<%= local_assigns[:type] %>" data-next-page-path="<%= local_assigns[:next_page_path] %>" data-i18n="<%= t('app_tour').to_json %>"></app-tour>
 | |
|   <% end %>
 | |
| <% end %>
 |