Use hbs extension
This commit is contained in:
		
							
								
								
									
										16
									
								
								templates/settings/status-effects.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								templates/settings/status-effects.hbs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| <form autocomplete="off" onsubmit="event.preventDefault();"> | ||||
|   <ul> | ||||
|     {{#each effects as |effect key|}} | ||||
|     <li > | ||||
|       {{#if effect.rdd}} | ||||
|       <input type="checkbox" checked disabled/> | ||||
|       {{else}} | ||||
|       <input class="resource-content select-effect" type="checkbox" name="{{effect.id}}" {{#if effect.active}}checked{{/if}}/> | ||||
|       {{/if}} | ||||
|       <img class="button-effect-info" height="16" width="16" src="{{effect.img}}" data-tooltip="{{localize effect.name}}" /> | ||||
|       <label>{{localize effect.name}}</label> | ||||
|     </li> | ||||
|     {{/each}} | ||||
|   </ul> | ||||
| </form> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user