mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
修正用户收藏的话题页面,页码链接不正确问题
This commit is contained in:
parent
610c001ecc
commit
1f66c57a5f
@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class='inner'>
|
||||
<% if (topics.length > 0) { %>
|
||||
<%- partial('topic/list', { topics: topics, pages: pages, current_pages: current_page, base: '/my/topics' }) %>
|
||||
<%- partial('topic/list', { topics: topics, pages: pages, current_pages: current_page, base: '/user/' + user.name + '/collections' }) %>
|
||||
<% } else { %>
|
||||
<p>找不到话题 (T_T)</p>
|
||||
<% } %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user