mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
fix user/index.html bug
This commit is contained in:
parent
a0a8002d01
commit
92a38a73cb
@ -32,7 +32,7 @@
|
||||
<% if (topic.top) { %>
|
||||
<span class='put_top'>置顶</span>
|
||||
<% } %>
|
||||
<% if (tab === 'all' && topic.tabName && !topic.top) { %>
|
||||
<% if (typeof(tab) !== 'undefined' && tab === 'all' && topic.tabName && !topic.top) { %>
|
||||
<span class="topiclist-tab"><%= topic.tabName %></span>
|
||||
<% } %>
|
||||
<a class='topic_title' href='/topic/<%= topic._id %>' title='<%= topic.title %>'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user