We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d8201 commit 3dce003Copy full SHA for 3dce003
1 file changed
app/views/topics/_topic_row_user.html.slim
@@ -8,7 +8,7 @@
8
- top_participants = tp_data[:top] || []
9
- contributor_participants = tp_data[:contributors] || []
10
- status = (state[:status] || "new").to_s
11
-- unread_status = %w[new reading].include?(status)
+- unread_status = %w[new reading aware].include?(status)
12
13
tr id=dom_id(topic) class=["topic-row", "topic-#{status}", ("topic-unread" if unread_status)].compact.join(" ") data-topic-id=topic.id data-last-message-id=topic.last_message_id
14
= render partial: "topics/status_cell", locals: { topic: topic, state: state, note_count: note_count, team_readers: team_readers, star_data: star_data }
0 commit comments