Improved user profiles

This commit is contained in:
2017-07-03 17:33:57 +02:00
parent dd974ed99a
commit 4f6ffd969d
9 changed files with 25 additions and 14 deletions

View File

@ -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)