DDDD
This commit is contained in:
parent
e429bfa030
commit
325884af90
@ -1,4 +1,4 @@
|
||||
{{ define "admin_conversations.pages.tmpl" }}
|
||||
{{ define "admin_conv.pages.tmpl" }}
|
||||
<h2>Historique des messages de l'utilisateur #{{ .UserID }}</h2>
|
||||
|
||||
<div class="mb-3">
|
||||
@ -30,6 +30,7 @@
|
||||
hx-swap="innerHTML">
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr>
|
||||
<h3>Conversation complète</h3>
|
||||
<div id="threadViewer" class="mt-3"></div>
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.chat-thread {
|
||||
padding: 1rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user