parent
4a64bca24c
commit
6cf8b392df
|
@ -44,8 +44,8 @@ proc renderProfileCard*(profile: Profile; prefs: Prefs): VNode =
|
||||||
tdiv(class="profile-card-extra-links"):
|
tdiv(class="profile-card-extra-links"):
|
||||||
ul(class="profile-statlist"):
|
ul(class="profile-statlist"):
|
||||||
renderStat(profile.tweets, "posts", text="Tweets")
|
renderStat(profile.tweets, "posts", text="Tweets")
|
||||||
renderStat(profile.followers, "followers")
|
|
||||||
renderStat(profile.following, "following")
|
renderStat(profile.following, "following")
|
||||||
|
renderStat(profile.followers, "followers")
|
||||||
renderStat(profile.likes, "likes")
|
renderStat(profile.likes, "likes")
|
||||||
|
|
||||||
proc renderPhotoRail(profile: Profile; photoRail: seq[GalleryPhoto]): VNode =
|
proc renderPhotoRail(profile: Profile; photoRail: seq[GalleryPhoto]): VNode =
|
||||||
|
|
Loading…
Reference in New Issue