mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	buttons: Use snake_case for the button handlebars template filenames.
This renames the button handlebars template filenames to follow the snake_case naming convention used throughout the codebase.
This commit is contained in:
		| @@ -5,13 +5,13 @@ | |||||||
|     <span class="banner-action-buttons"> |     <span class="banner-action-buttons"> | ||||||
|         {{#each buttons}} |         {{#each buttons}} | ||||||
|             {{#if this.intent}} |             {{#if this.intent}} | ||||||
|                 {{> action-button .}} |                 {{> action_button .}} | ||||||
|             {{else}} |             {{else}} | ||||||
|                 {{> action-button . intent=../intent}} |                 {{> action_button . intent=../intent}} | ||||||
|             {{/if}} |             {{/if}} | ||||||
|         {{/each}} |         {{/each}} | ||||||
|     </span> |     </span> | ||||||
|     {{#if close_button}} |     {{#if close_button}} | ||||||
|         {{> icon-button custom_classes="banner-close-action banner-close-button" icon="close" intent=intent}} |         {{> icon_button custom_classes="banner-close-action banner-close-button" icon="close" intent=intent}} | ||||||
|     {{/if}} |     {{/if}} | ||||||
| </div> | </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user