Skip to content

Commit

Permalink
Merge branch 'hotfix/1.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sojan-official committed Jul 8, 2020
2 parents d03fad3 + acbb79a commit 6ede64c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<% @messages.each do |message| %>
<tr>
<td>
<b><%= message.incoming? ? 'You' : message.user.name %></b>
<b><%= message.incoming? ? 'You' : message.sender.name %></b>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 6ede64c

Please sign in to comment.