Skip to content

Commit 3dce003

Browse files
committed
missed aware status
Signed-off-by: Kai Wagner <[email protected]>
1 parent 17d8201 commit 3dce003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/topics/_topic_row_user.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- top_participants = tp_data[:top] || []
99
- contributor_participants = tp_data[:contributors] || []
1010
- status = (state[:status] || "new").to_s
11-
- unread_status = %w[new reading].include?(status)
11+
- unread_status = %w[new reading aware].include?(status)
1212

1313
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
1414
= 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

Comments
 (0)