Updated to latest ARN version
This commit is contained in:
parent
81720d7198
commit
4d24b817ff
@ -4,7 +4,7 @@ component ThreadLink(thread *arn.Thread)
|
|||||||
Avatar(thread.Author())
|
Avatar(thread.Author())
|
||||||
.thread-content-container
|
.thread-content-container
|
||||||
.thread-content
|
.thread-content
|
||||||
if thread.Sticky
|
if thread.Sticky != 0
|
||||||
Icon("thumb-tack")
|
Icon("thumb-tack")
|
||||||
a.thread-link-title.ajax(href="/threads/" + thread.ID)= thread.Title
|
a.thread-link-title.ajax(href="/threads/" + thread.ID)= thread.Title
|
||||||
.spacer
|
.spacer
|
||||||
|
Loading…
Reference in New Issue
Block a user