Merge pull request #354 from foodcoop1040/recipients
Show recipients of messages
This commit is contained in:
commit
26c364bf4b
3 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
|||
%tr
|
||||
%td= t '.from'
|
||||
%td=h @message.sender_name
|
||||
%tr
|
||||
%td= t '.to'
|
||||
%td= @message.recipients.map {|e| e.name}.join(', ')
|
||||
%tr
|
||||
%td= t '.subject'
|
||||
%td
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue