Char - WIP
This commit is contained in:
17
templates/chat-create-actor.html
Normal file
17
templates/chat-create-actor.html
Normal file
@ -0,0 +1,17 @@
|
||||
<div class="chat-message-header">
|
||||
<img class="actor-icon" src="{{img}}" alt="{{alias}}" />
|
||||
<h4 class=chat-actor-name>{{name}}</h4>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<div class="flexcol">
|
||||
|
||||
{{#if (eq step "select-race")}}
|
||||
{{#each races as |race index|}}
|
||||
<span class="flexrow">
|
||||
{{race.name}} : <a class="chat-card-button chat-create-actor" data-step-name="{{@root.step}}" data-item-id="{{race._id}}" >Select it !</a>
|
||||
</span>
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user