mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Add description and verified to video cards
This commit is contained in:
parent
aed31b2269
commit
b8a3ffb0c4
4 changed files with 7 additions and 2 deletions
|
|
@ -202,6 +202,8 @@ proc renderAttribution(profile: Profile): VNode =
|
|||
buildHtml(a(class="attribution", href=("/" & profile.username))):
|
||||
renderMiniAvatar(profile)
|
||||
strong: text profile.fullname
|
||||
if profile.verified:
|
||||
icon "ok", class="verified-icon", title="Verified account"
|
||||
|
||||
proc renderMediaTags(tags: seq[Profile]): VNode =
|
||||
buildHtml(tdiv(class="media-tag-block")):
|
||||
|
|
|
|||
Loading…
Reference in a new issue