aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/templates/manage/recent.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html
index d3df21c..56f5635 100644
--- a/cgi/templates/manage/recent.html
+++ b/cgi/templates/manage/recent.html
@@ -19,11 +19,10 @@
</td>
<td>
<div class="recentPostHeader" style="display: block; margin-bottom: 0.5em;">
- ##{post['id']} <b>#{post['subject']}</b> en <i>#{post['board_name']}</i> hace <div name="timestamp" data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</div></br>
- <b>#{post['name']}</b> <code>#{post['email']} #{post['tripcode']}</code>
+ ##{post['id']} <b>#{post['subject']}</b> en <i>#{post['board_name']}</i> hace <span name="timestamp" data-ts="#{post['timestamp']}">#{post['timestamp_formatted']}</span> por <b>#{post['name']}</b> <code>#{post['email']} #{post['tripcode']}</code>
</div>
<div style="display: block">#{post['message']}</div>
- <div style="display: block; margin-top: 0.5em; font-size: 0.75em;"></div>
+ <div style="display: block; margin-top: 0.5em; font-size: 0.75em;">
<?py if post['parentid'] != '0': ?>
<a href="#{cgi_url}manage/mod/${post['dir']}?thread=#{post['parentid']}">Ver hilo completo</a>
<?py #endif ?>