Update.
This commit is contained in:
parent
9292e3b8f3
commit
24260f9c37
@ -2,9 +2,6 @@
|
||||
|
||||
{% block main %}
|
||||
<section class="chat-area" id="chat">
|
||||
<div class="chat-header">
|
||||
<h2>?</h2>
|
||||
</div>
|
||||
<div class="chat-messages">
|
||||
{% for thread in threads %}
|
||||
{% autoescape false %}
|
||||
@ -14,10 +11,10 @@
|
||||
<div class="avatar" style="opacity: 1; background-color: {{thread.last_message_user_color}}; color: black;"><img
|
||||
src="/avatar/{{thread.last_message_user_uid}}.svg" /></div>
|
||||
<div class="message-content">
|
||||
<div class="author" style="color: {{thread.last_message_user_color}};">{{thread.last_message_user_nick}}</div>
|
||||
<div class="author" style="opacity: 1; color: {{thread.last_message_user_color}};">{{thread.last_message_user_nick}}</div>
|
||||
<div class="text">{% autoescape false %}{% emoji %}{% linkify %}{% markdown %}{% autoescape false %}{{ thread.last_message_text }}{%raw %} {% endraw%}{%endautoescape%}{% endmarkdown %}{% endlinkify %}{% endemoji %}{%
|
||||
endautoescape %}</div>
|
||||
<div class="time no-select" data-created_at="{{thread.created_at}}"></div>
|
||||
<div class="time opacity: 1; no-select" data-created_at="{{thread.created_at}}"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user