File tree Expand file tree Collapse file tree
src/templates/actors/parts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 </span >
2424 </span >
2525</h4 >
26- {{ #if item.system.rollType }}
27- <div class =" item-meta tags" >
28- {{ #if (not sheetSettings.hideUses )}}
29- <span class =" tag tag--uses" >{{ localize " PBTA.Uses" }} : {{ item.system.uses }} </span >
30- {{ /if }}
31- {{ #if (eq item.system.rollType ' formula' )}}
32- <span class =" tag tag--formula" >{{ item.system.rollFormula }} </span >
33- {{ else }}
34- <span class =" tag tag--formula" >{{ getLabel statSettings item.system.rollType }} </span >
35- {{ /if }}
36- </div >
37- {{ /if }}
26+ <div class =" item-meta tags" >
27+ {{ #if (not sheetSettings.hideUses )}}
28+ <span class =" tag tag--uses" >{{ localize " PBTA.Uses" }} : {{ item.system.uses }} </span >
29+ {{ /if }}
30+ {{ #if (eq item.system.rollType ' formula' )}}
31+ <span class =" tag tag--formula" >{{ item.system.rollFormula }} </span >
32+ {{ else if item.system.rollType}}
33+ <span class =" tag tag--formula" >{{ getLabel statSettings item.system.rollType }} </span >
34+ {{ /if }}
35+ </div >
3836<div class =" item-controls" >
3937 <a class =" item-control item-edit" title =" Edit Item" ><i class =" fas fa-edit" ></i ></a >
4038 <a class =" item-control item-delete" title =" Delete Item" ><i class =" fas fa-trash" ></i ></a >
You can’t perform that action at this time.
0 commit comments