mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
8 lines
274 B
HTML
8 lines
274 B
HTML
<% if (topic.top) { %>
|
|
<span class='put_top'>置顶</span>
|
|
<% } else if (topic.good) { %>
|
|
<span class='put_good'>精华</span>
|
|
<% } else if (typeof(tab) !== 'undefined' && tab === 'all' && topic.tabName) { %>
|
|
<span class="topiclist-tab"><%= topic.tabName %></span>
|
|
<% } %>
|