mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-10-31 19:25:04 +03:00
Edited information for thread
This commit is contained in:
parent
01a07697aa
commit
06f15548b5
2 changed files with 2 additions and 2 deletions
|
@ -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 |
|
| Page support, support message limit correct | 🟢 | MEDIUM |
|
||||||
| Multi-theme support, black theme | 🟡 | LOW |
|
| Multi-theme support, black theme | 🟡 | LOW |
|
||||||
| Search | 🔴 | MEDIUM |
|
| Search | 🔴 | MEDIUM |
|
||||||
| Locales | 🔴 | LOW |
|
|
||||||
| Footer | 🔴 | LOW |
|
| Footer | 🔴 | LOW |
|
||||||
|
|
||||||
## Major Version History
|
## Major Version History
|
||||||
- V3: New Theme
|
- V3: New Theme
|
||||||
- V2: Backend fix, mongoose is fixed. Really big fix.
|
- V2: Backend fix, mongoose is fixed. Really big fix.
|
||||||
|
|
|
@ -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 ) ? "Edited" : "Not edited"%>
|
<%= new Date(thread.time).toLocaleString() %> • Views: <%= thread.views %> <%= "• "+(thread.edited ? "Edited" : "Not edited")%>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue