mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
Display profile icons
This commit is contained in:
@@ -70,6 +70,7 @@ html
|
||||
li(class=past === 'all' ? 'active' : '')
|
||||
a(href="?sort=" + sortby + "&t=all") all time
|
||||
.info
|
||||
img(src=data.icon_img)
|
||||
h1 #{data.username}
|
||||
p(class="user-stat") <span>#{kFormatter(data.link_karma)}</span> post karma
|
||||
p(class="user-stat") <span>#{kFormatter(data.comment_karma)}</span> comment karma
|
||||
|
||||
Reference in New Issue
Block a user