Skip to content

Commit 5e26a8a

Browse files
author
Jeff Dickey
committed
fixed bug
1 parent 7130532 commit 5e26a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/messaging/messages/index.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%th Messages
1818
%th
1919
- @messages.each do |m|
20-
%tr{ class: "#{ 'unread' if m.is_unread?(current_user) }" }
20+
%tr{ class: "#{ 'unread' if m.is_unread?(current_messaging_user) }" }
2121
- unless @box == 'trash'
2222
%td= check_box_tag '', m.id, false, class: 'delete_multiple_checkbox', name: "conversations[]"
2323
%td= link_to m.last_sender, message_path(m)

0 commit comments

Comments
 (0)