All fixes'
This commit is contained in:
@ -88,6 +88,19 @@
|
||||
</table>
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq step "select-role-start-spec")}}
|
||||
<div>Choose 1 Stat at +1DT :
|
||||
</div>
|
||||
<table class="table-create-actor">
|
||||
{{#each rolestartspec as |spec index|}}
|
||||
<tr>
|
||||
<td>{{spec.name}}</td>
|
||||
<td><a class="chat-card-button chat-create-actor" data-step-name="{{@root.step}}" data-item-id="{{spec._id}}" >Select it !</a></td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
</table>
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq step "select-role-stat")}}
|
||||
<div>Choose 1 Stat at +1DT :
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user