mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 18:58:29 +02:00
wip: chat interface
This commit is contained in:
@@ -13,7 +13,13 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<h2 class="card-title truncate">
|
||||
{{ text_content.text }}
|
||||
{% if text_content.url %}
|
||||
<a href="{{ text_content.url}}">{{text_content.url}}</a>
|
||||
{% elif text_content.file_info %}
|
||||
{{text_content.file_info.file_name}}
|
||||
{% else %}
|
||||
{{text_content.text}}
|
||||
{% endif %}
|
||||
</h2>
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user