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:
@@ -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:" ]
|
||||
|
||||
Reference in New Issue
Block a user