Use hbs extension
This commit is contained in:
		
							
								
								
									
										16
									
								
								templates/chat-command-nom.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								templates/chat-command-nom.hbs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
|  | ||||
| <h4>Proposition de nom: {{nom}}</h4> | ||||
| <span class="chat-card-button-area"> | ||||
|   <a class="button-creer-acteur chat-card-button" | ||||
|     data-nom='{{nom}}' | ||||
|     data-type='personnage' | ||||
|     > | ||||
|   Créer un Personnage</a> | ||||
| </span> | ||||
| <span class="chat-card-button-area"> | ||||
|   <a class="button-creer-acteur chat-card-button" | ||||
|     data-nom='{{nom}}' | ||||
|     data-type='creature'> | ||||
|   Créer une créature</a> | ||||
| </span> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user