mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Show video plays in tweet stats
This commit is contained in:
parent
8a45afdd46
commit
59469da857
9 changed files with 32 additions and 28 deletions
|
|
@ -50,7 +50,7 @@ proc renderPhotoRail(profile: Profile; photoRail: seq[GalleryPhoto]): VNode =
|
|||
buildHtml(tdiv(class="photo-rail-card")):
|
||||
tdiv(class="photo-rail-header"):
|
||||
a(href=(&"/{profile.username}/media")):
|
||||
icon "picture-1", $profile.media & " Photos and videos"
|
||||
icon "picture", $profile.media & " Photos and videos"
|
||||
|
||||
tdiv(class="photo-rail-grid"):
|
||||
for i, photo in photoRail:
|
||||
|
|
|
|||
Loading…
Reference in a new issue