Merge pull request #463 from foodcoop1040/user_display
Show User.display instead of User.name when showing messages
This commit is contained in:
commit
e5cec637fc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
%td=h @message.sender_name
|
||||
%tr
|
||||
%td= t '.to'
|
||||
%td= @message.recipients.map {|e| e.name}.join(', ')
|
||||
%td= @message.recipients.map(&:display).join(', ')
|
||||
- if @message.group
|
||||
%tr
|
||||
%td= t '.group'
|
||||
|
|
Loading…
Reference in a new issue