mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	This commit is a part of the efforts to rename btn-related classes and variables to align with Zulip's no-abbreviations policy and streamline the search results.
		
			
				
	
	
		
			12 lines
		
	
	
		
			544 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			544 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
<div class="code-buttons-container">
 | 
						|
    <span class="copy_codeblock copy-button copy-button-square" data-tippy-content="{{t 'Copy code' }}" aria-label="{{t 'Copy code' }}" role="button">
 | 
						|
        <i class="zulip-icon zulip-icon-copy" aria-hidden="true"></i>
 | 
						|
    </span>
 | 
						|
    {{~#if show_playground_button~}}
 | 
						|
    {{! Display the "view code in playground" option for code blocks}}
 | 
						|
    <span class="code_external_link">
 | 
						|
        <i class="zulip-icon zulip-icon-external-link playground-links-popover-container"></i>
 | 
						|
    </span>
 | 
						|
    {{~/if~}}
 | 
						|
</div>
 |