From 4d24b817ff630d40ded6b54acb1843888c99ea8c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 27 Jun 2017 03:05:52 +0200 Subject: [PATCH] Updated to latest ARN version --- mixins/ThreadLink.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins/ThreadLink.pixy b/mixins/ThreadLink.pixy index ce038fc6..6d6bbb87 100644 --- a/mixins/ThreadLink.pixy +++ b/mixins/ThreadLink.pixy @@ -4,7 +4,7 @@ component ThreadLink(thread *arn.Thread) Avatar(thread.Author()) .thread-content-container .thread-content - if thread.Sticky + if thread.Sticky != 0 Icon("thumb-tack") a.thread-link-title.ajax(href="/threads/" + thread.ID)= thread.Title .spacer