diff options
author | Renard | 2020-03-14 21:12:50 -0300 |
---|---|---|
committer | Renard | 2020-03-14 21:12:50 -0300 |
commit | fdaaf9a5c74886d33cb1a11c3133eac7270c8805 (patch) | |
tree | b87cd6e59750ce5a55f149281e51fbe404268ec2 /cgi/templates | |
parent | 74070941d1c45115a1f308b7d784fa27d9eed7e6 (diff) | |
download | weabot-fdaaf9a5c74886d33cb1a11c3133eac7270c8805.tar.gz weabot-fdaaf9a5c74886d33cb1a11c3133eac7270c8805.tar.xz weabot-fdaaf9a5c74886d33cb1a11c3133eac7270c8805.zip |
Timestamp y arreglos pequeños
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/manage/recent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html index 236094f..3fed05f 100644 --- a/cgi/templates/manage/recent.html +++ b/cgi/templates/manage/recent.html @@ -23,14 +23,14 @@ <?py #endif ?> </td> <td> - <div data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</div> + <div name="timestamp" data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</div> </td> <td> - <div style="display: block; margin-bottom: 0.5em; font-weight: bold;">#{post['subject']} #{post['name']} + <div style="display: block; margin-bottom: 0.5em; font-weight: bold;">#{post['subject']} <i>#{post['name']}</i> <code>#{post['email']}</code> #{post['tripcode']} </div> <div style="display: block">#{post['message']}</div> - <?py if post['parentid'] != 0: ?> + <?py if post['parentid'] != '0': ?> <div style="display: block; margin-top: 0.5em; font-size: 0.75em;"><a href="#{cgi_url}manage/mod/${post['dir']}?thread=#{post['parentid']}">Ver hilo completo</a> </div> |