mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	It's not really a part of the server (aka the rest of zephyr/). (imported from commit 27f6b6b064938ad927075a68d873e4b68710d279)
		
			
				
	
	
		
			14 lines
		
	
	
		
			394 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			394 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
{{! Contents of the "tutorial reply" onboarding popup }}
 | 
						|
 | 
						|
<div class="tutorial-popover" id="tutorial-reply">
 | 
						|
 | 
						|
    <p>
 | 
						|
        You can reply to any message by clicking on it. The stream and topic
 | 
						|
        will automatically be filled in.
 | 
						|
    </p>
 | 
						|
 | 
						|
    <div class="tutorial-done-button">
 | 
						|
      <button class="btn btn-primary" type="submit" id="tutorial-reply-next">Next</button>
 | 
						|
    </div>
 | 
						|
</div>
 |