From 9edbcf06ceb3698e8860bf6beddeef396c22a04c Mon Sep 17 00:00:00 2001 From: 8chan Admin Date: Mon, 2 Dec 2013 21:13:08 +0000 Subject: [PATCH] Update to font awesome 4 --- templates/post_thread.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/post_thread.html b/templates/post_thread.html index 5a825fac..591f8498 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -106,21 +106,21 @@ {% 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 %}