Improved user profiles
This commit is contained in:
@ -4,7 +4,6 @@ component Forum(tag string, threads []*arn.Thread, threadsPerPage int)
|
||||
.forum
|
||||
ThreadList(threads)
|
||||
|
||||
|
||||
.buttons
|
||||
button#new-thread.action(data-action="load", data-trigger="click", data-url="/new/thread")
|
||||
Icon("plus")
|
||||
@ -16,7 +15,7 @@ component Forum(tag string, threads []*arn.Thread, threadsPerPage int)
|
||||
|
||||
component ThreadList(threads []*arn.Thread)
|
||||
if len(threads) == 0
|
||||
p.no-data No threads found.
|
||||
p.no-data.mountable No threads found.
|
||||
else
|
||||
each thread in threads
|
||||
ThreadLink(thread)
|
Reference in New Issue
Block a user