We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7130532 commit 5e26a8aCopy full SHA for 5e26a8a
app/views/messaging/messages/index.html.haml
@@ -17,7 +17,7 @@
17
%th Messages
18
%th
19
- @messages.each do |m|
20
- %tr{ class: "#{ 'unread' if m.is_unread?(current_user) }" }
+ %tr{ class: "#{ 'unread' if m.is_unread?(current_messaging_user) }" }
21
- unless @box == 'trash'
22
%td= check_box_tag '', m.id, false, class: 'delete_multiple_checkbox', name: "conversations[]"
23
%td= link_to m.last_sender, message_path(m)
0 commit comments