forum: adjust BUR status label colors (again).
* Indicate unread topics in bold instead of with a "NEW" label. * Use pills for labels.
This commit is contained in:
@@ -24,10 +24,6 @@
|
||||
</span>
|
||||
<% end %>
|
||||
|
||||
<% if !topic.is_read? %>
|
||||
<span class="topic-status label new">New</span>
|
||||
<% end %>
|
||||
|
||||
<% status = forum_topic_status(topic) %>
|
||||
<% if status.present? %>
|
||||
<span class="topic-status label <%= status %>"><%= status %></span>
|
||||
|
||||
Reference in New Issue
Block a user