pull/142/head
Aevann 2023-03-16 08:36:24 +02:00
parent 57765f0776
commit bb67ab8526
2 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,7 @@
<span id="timestamp-{{c.id}}" data-nonce="{{g.nonce}}" data-onmouseover="timestamp(this, '{{c.notif_utc}}')" data-bs-toggle="tooltip" data-bs-placement="bottom" class="time-stamp d-inline-block">&nbsp;{{c.age_string}}</span>
{% elif c.created_utc %}
<span id="timestamp-{{c.id}}" data-nonce="{{g.nonce}}" data-onmouseover="timestamp(this, '{{c.created_utc}}')" data-bs-toggle="tooltip" data-bs-placement="bottom" class="time-stamp d-inline-block">&nbsp;{{c.age_string}}</span>
&nbsp;&nbsp;#{{c.id}}
{% endif %}
{% if c.edited_utc %}

View File

@ -108,6 +108,7 @@
<span class="ml-2 d-inline-block">Edited <span data-bs-toggle="tooltip" data-bs-placement="bottom" id="edited_timestamp-{{p.id}}" data-nonce="{{g.nonce}}" data-onmouseover="timestamp(this, '{{p.edited_utc}}')">{{p.edited_string}}</span></span>
{% endif %}
<span class="ml-2 d-inline-block">{{p.views}} thread views</span>
&nbsp;&nbsp;#{{p.id}}
{% endmacro %}