nodeclub/views/topic/_top_good.html
2014-09-15 21:57:31 +08:00

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