修正用户收藏的话题页面,页码链接不正确问题

This commit is contained in:
Zongmin Lei 2013-07-02 12:59:41 +08:00
parent 610c001ecc
commit 1f66c57a5f

View File

@ -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>
<% } %>