7 lines
428 B
HTML
7 lines
428 B
HTML
<button class="button is-small is-primary message-button is-outlined mr-1" hx-get="/messageContent?id={{ message.Id }}"
|
|
hx-target="#content-{{ ConversationAreaId }}" onclick="updateIcon('{{ Icon }}', '{{ ConversationAreaId }}')"
|
|
title="{{ message.Name }}">
|
|
<span class="icon is-small">
|
|
<img src="icons/{{ Icon }}.png" alt="{{ message.Name }}" style="max-height: 100%; max-width: 100%;">
|
|
</span>
|
|
</button> |