pinclub/pinclub

View on GitHub
views/topic/_top_good.html

Summary

Maintainability
Test Coverage
<% 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>
<% } %>