mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 06:48:36 +02:00
Show (OP) in Topic Log changes
This commit is contained in:
@@ -344,6 +344,12 @@
|
||||
Unknown user
|
||||
{% else %}
|
||||
{{ link_to_user(entry.user) }}
|
||||
|
||||
{% if entry.user == topic.user %}
|
||||
<span class="topic-user-info">
|
||||
(<abbr title="Original Poster (of the topic)">OP</abbr>)
|
||||
</span>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{{ entry }}
|
||||
<span class="topic-log-entry-time">({{ time_ago(entry.event_time, abbreviate=True) }})</span>
|
||||
|
||||
Reference in New Issue
Block a user