From 2f0af65405ad93d449534b1467aa54c95fa37b67 Mon Sep 17 00:00:00 2001 From: junk Date: Thu, 8 Apr 2021 21:44:40 -0400 Subject: Arreglos a manage --- cgi/templates/manage/mod.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'cgi/templates/manage/mod.html') diff --git a/cgi/templates/manage/mod.html b/cgi/templates/manage/mod.html index 1cbaddf..c76965e 100644 --- a/cgi/templates/manage/mod.html +++ b/cgi/templates/manage/mod.html @@ -26,7 +26,7 @@
Hilo: ${posts[0]['subject']} (#{posts[0]['length']}) | |||||||
---|---|---|---|---|---|---|---|
#{"Abrir hilo" if posts[0]['locked'] == "1" else "Cerrar hilo"} / -#{"Quitar permasage" if posts[0]['locked'] == "2" else "Permasage"} / -Mover hilo | |||||||
+ Ver en BaI / + #{"Abrir hilo" if posts[0]['locked'] == "1" else "Cerrar hilo"} / + #{"Quitar permasage" if posts[0]['locked'] == "2" else "Permasage"} / + Mover hilo + | +|||||||
# | ID | @@ -64,7 +69,7 @@||||||
#{i} | #{p['id']} | -${p['timestamp_formatted']} | +${p['timestamp_formatted']} | ${p['name']} | ${p['message']} | -- cgit v1.2.1-18-gbd029 |