Thread edited info

This commit is contained in:
Akif9748 2022-08-29 22:07:00 +03:00
parent e9ad89b269
commit 01a07697aa
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<div style="text-align:center;padding:8px"> <div style="text-align:center;padding:8px">
<div class="title" id="title"><%= thread.title %></div> <div class="title" id="title"><%= thread.title %></div>
<div class="date"> <div class="date">
<%= new Date(thread.time).toLocaleString() %> • Views: <%= thread.views %> <%= "• "+thread.edited %> <%= new Date(thread.time).toLocaleString() %> • Views: <%= thread.views %> <%= "• "+(thread.edited ) ? "Edited" : "Not edited"%>
</div> </div>
</div> </div>