Edited information for thread

This commit is contained in:
Akif9748 2022-08-29 22:10:03 +03:00
parent 01a07697aa
commit 06f15548b5
2 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ Akf-forum has got an API for AJAX, other clients etc. And, you can learn about A
| Page support, support message limit correct | 🟢 | MEDIUM |
| Multi-theme support, black theme | 🟡 | LOW |
| Search | 🔴 | MEDIUM |
| Locales | 🔴 | LOW |
| Footer | 🔴 | LOW |
## Major Version History
- V3: New Theme
- V2: Backend fix, mongoose is fixed. Really big fix.

View File

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