Started working on thread view
This commit is contained in:
@ -21,7 +21,7 @@ component ForumHeader
|
||||
a.ajax(href="/forum/bug") Bugs
|
||||
|
||||
component ThreadLink(thread *arn.Thread)
|
||||
.thread(data-stick=toString(thread.Sticky))
|
||||
.thread-link(data-sticky=thread.Sticky)
|
||||
.post-author.thread-author
|
||||
Avatar(thread.Author)
|
||||
.thread-content-container
|
||||
|
@ -2,7 +2,7 @@
|
||||
text-align left
|
||||
margin-bottom 1.5rem
|
||||
|
||||
.thread
|
||||
.thread-link
|
||||
display flex
|
||||
flex-flow row
|
||||
width 100%
|
||||
|
Reference in New Issue
Block a user