1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

ui: Comma separate To list

This commit is contained in:
James Hillyerd
2019-01-06 11:30:45 -08:00
parent 9815a66575
commit 683ce1241e

View File

@@ -584,7 +584,7 @@ viewMessage zone message bodyMode =
[ dt [] [ text "From:" ]
, dd [] [ text message.from ]
, dt [] [ text "To:" ]
, dd [] (List.map text message.to)
, dd [] [ text (String.join ", " message.to) ]
, dt [] [ text "Date:" ]
, dd [] [ verboseDate zone message.date ]
, dt [] [ text "Subject:" ]