mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	templates: Fix @partial-block invocations for explicitPartialContext.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Anders Kaseorg
						Anders Kaseorg
					
				
			
			
				
	
			
			
			
						parent
						
							cde4c335b1
						
					
				
				
					commit
					8b37781b34
				
			| @@ -7,7 +7,7 @@ | |||||||
|         {{#if banner_text}} |         {{#if banner_text}} | ||||||
|         <p class="banner_content">{{banner_text}}</p> |         <p class="banner_content">{{banner_text}}</p> | ||||||
|         {{else}} |         {{else}} | ||||||
|         <div class="banner_content">{{> @partial-block}}</div> |         <div class="banner_content">{{> @partial-block .}}</div> | ||||||
|         {{/if}} |         {{/if}} | ||||||
|         {{#if button_text}} |         {{#if button_text}} | ||||||
|         <button class="main-view-banner-action-button{{#if hide_close_button}} right_edge{{/if}}" {{#if scheduling_message}}data-validation-trigger="schedule"{{/if}}>{{button_text}}</button> |         <button class="main-view-banner-action-button{{#if hide_close_button}} right_edge{{/if}}" {{#if scheduling_message}}data-validation-trigger="schedule"{{/if}}>{{button_text}}</button> | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ | |||||||
|         {{#if banner_text}} |         {{#if banner_text}} | ||||||
|         <p class="banner_content">{{banner_text}}</p> |         <p class="banner_content">{{banner_text}}</p> | ||||||
|         {{else}} |         {{else}} | ||||||
|         <div class="banner_content">{{> @partial-block}}</div> |         <div class="banner_content">{{> @partial-block .}}</div> | ||||||
|         {{/if}} |         {{/if}} | ||||||
|         {{#if button_text}} |         {{#if button_text}} | ||||||
|         {{#if button_link}} |         {{#if button_link}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user