Modification des messages de tchat

This commit is contained in:
2025-06-23 02:04:15 +02:00
parent c8d589f0d2
commit 4df0eab574
48 changed files with 199 additions and 208 deletions

View File

@@ -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|}}