From ed10ad44e3874bff8ca6a418de8637a04c29cd03 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 22 Feb 2014 17:27:05 -0800 Subject: [PATCH] update to Tinyboard v0.9.6-dev-22 --- post_reply.html | 12 ++---------- post_thread.html | 22 +++++++--------------- 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/post_reply.html b/post_reply.html index 9b10a8f4..82758279 100644 --- a/post_reply.html +++ b/post_reply.html @@ -38,16 +38,8 @@ {% if config.poster_ids %} ID: {{ post.ip|poster_id(post.thread) }} {% endif %} - No. - + No. + {{ post.id }}

diff --git a/post_thread.html b/post_thread.html index abb232fa..c12fcbd4 100644 --- a/post_thread.html +++ b/post_thread.html @@ -108,35 +108,27 @@ {% if config.poster_ids %} ID: {{ post.ip|poster_id(post.id) }} {% endif %} - No. - - {{ post.id }} - + No. + + {{ post.id }} + {% if post.sticky %} {% if config.font_awesome %} - + {% else %} Sticky {% endif %} {% endif %} {% if post.locked %} {% if config.font_awesome %} - + {% else %} Locked {% endif %} {% endif %} {% if post.bumplocked and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} {% if config.font_awesome %} - + {% else %} Bumplocked {% endif %}