From c49e4365dcabaac518fc1275d92705af7dbfde63 Mon Sep 17 00:00:00 2001 From: Renard Date: Sat, 28 Mar 2020 14:12:36 -0300 Subject: Cambios en vista de posts recientes --- cgi/templates/manage/recent.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'cgi/templates') diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html index 3fed05f..38d9a75 100644 --- a/cgi/templates/manage/recent.html +++ b/cgi/templates/manage/recent.html @@ -4,8 +4,6 @@
ID | -Board | Archivo | Timestamp | Mensaje | @@ -15,8 +13,6 @@
---|---|---|---|---|
#{post['id']} | -/#{post['dir']}/ |
@@ -26,8 +22,9 @@
#{post['timestamp_formatted']}
|
- #{post['subject']} #{post['name']}
+ #{post['email']}
- #{post['tripcode']}
+
+ #{post['id']} #{post['subject']} en #{post['board_name']}
+ #{post['name']}
#{post['email']} #{post['tripcode']}
#{post['message']}
@@ -35,6 +32,7 @@
href="#{cgi_url}manage/mod/${post['dir']}?thread=#{post['parentid']}">Ver hilo completo
#{post['timestamp_formatted']}
|
#{post['ip']} -- cgit v1.2.1-18-gbd029 |