mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Rework list api
This commit is contained in:
parent
51c6605d3f
commit
35bb5f9132
7 changed files with 38 additions and 36 deletions
|
|
@ -25,5 +25,5 @@ proc renderList*(body: VNode; query: Query; list: List): VNode =
|
|||
tdiv(class="timeline-description"):
|
||||
text list.description
|
||||
|
||||
renderListTabs(query, &"/{list.username}/lists/{list.name}")
|
||||
renderListTabs(query, &"/i/lists/{list.id}")
|
||||
body
|
||||
|
|
|
|||
Loading…
Reference in a new issue