Modification des messages de tchat
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<div>
|
||||
<img class="chat-icon" src="{{img}}" data-tooltip="{{typeName}}" />
|
||||
<h4>Table aléatoire: {{typeName}}</h4>
|
||||
{{#with (lookup table 0) as |row|}}
|
||||
<div>
|
||||
{{row.document.pack}}
|
||||
</div>
|
||||
{{/with}}
|
||||
<br>
|
||||
</div>
|
||||
<h4><img class="chat-icon" src="{{img}}" data-tooltip="{{typeName}}" />
|
||||
Table aléatoire: {{typeName}}
|
||||
</h4>
|
||||
{{#with (lookup table 0) as |row|}}
|
||||
<p>
|
||||
{{row.document.pack}}
|
||||
</p>
|
||||
{{/with}}
|
||||
<br>
|
||||
<div>
|
||||
<ul class="flexcol item-list alterne-list">
|
||||
{{#each table as |row|}}
|
||||
|
||||
Reference in New Issue
Block a user