aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/board.html
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-18 23:06:56 -0300
committerLibravatar Choom 2023-01-19 02:25:20 -0300
commit6f6263415be7d893e332d6e6c3404c453304e9e4 (patch)
tree00ea455883c674cc90525b4349f1c95ea5d9264d /cgi/templates/board.html
parent542e8d1452130079ae47f7a56328f8421e56f5ab (diff)
downloadweabot-6f6263415be7d893e332d6e6c3404c453304e9e4.tar.gz
weabot-6f6263415be7d893e332d6e6c3404c453304e9e4.tar.xz
weabot-6f6263415be7d893e332d6e6c3404c453304e9e4.zip
Separando ID de timestamp
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r--cgi/templates/board.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html
index 4a94dc4..ee0ae59 100644
--- a/cgi/templates/board.html
+++ b/cgi/templates/board.html
@@ -195,6 +195,9 @@
</span>
<?py #endif ?>
<span class="date" data-unix="#{post['timestamp']}">#{post['timestamp_formatted']}</span>
+ <?py if post['posterid']: ?>
+ <span class="hash">ID:#{post['posterid']}</span>
+ <?py #endif ?>
<?py if replythread: ?>
<span class="reflink"><a href="##{post['id']}">No.</a><a href="#" class="num">#{post['id']}</a></span>
<?py else: ?>