This commit was merged in pull request #820.
This commit is contained in:
@@ -4,10 +4,15 @@
|
||||
{{#unless (eq tache.system.competence 'Chirurgie')}}
|
||||
<li class="item flexrow list-item" data-item-id="{{tache._id}}" data-tooltip="Tâche: {{tache.name}}" >
|
||||
<img class="sheet-competence-img" src="{{tache.img}}"/>
|
||||
<span class="list-item-label"><a class="action-tache">{{tache.name}}
|
||||
<span class="list-item-label"><a class="action-tache">
|
||||
{{> 'systems/foundryvtt-reve-de-dragon/templates/item/tache-commune-flag.hbs' tache}}
|
||||
{{tache.name}}
|
||||
({{tache.system.points_de_tache_courant}}{{#if
|
||||
(or @root.options.isGM (not tache.system.cacher_points_de_tache))
|
||||
}}/{{tache.system.points_de_tache}}{{/if}})</a></span>
|
||||
{{#if tache.system.tacheCommuneId}}
|
||||
|
||||
{{/if}}
|
||||
{{>'systems/foundryvtt-reve-de-dragon/templates/actor/item-action-controls.hbs' item=tache options=@root.options}}
|
||||
</li>
|
||||
{{/unless}}
|
||||
|
||||
Reference in New Issue
Block a user