mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			548 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			548 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
{{! Contents of the "tutorial message" onboarding popup }}
 | 
						|
 | 
						|
<div class="tutorial-popover popover-{{placement}}" id="tutorial-message">
 | 
						|
    {{#tr this}}<p>Messages in __page_params.product_name__ go to a <b>stream</b> and have a <b>topic</b>.</p>{{/tr}}
 | 
						|
 | 
						|
    <div class="tutorial-done-button">
 | 
						|
    <center>
 | 
						|
      <button class="btn btn-skip" type="submit" id="tutorial-message-skip">{{t "Exit Tutorial" }}</button>
 | 
						|
      <button class="btn btn-primary" type="submit" id="tutorial-message-next">{{t "Next" }}</button>
 | 
						|
    </center>
 | 
						|
    </div>
 | 
						|
</div>
 |