changed table layout and seperator

This commit is contained in:
Dennis Frieberg 2023-12-10 19:35:58 +01:00
parent 93a09e8402
commit 4f2a6bffda
Signed by: nerf
GPG key ID: 42DED0E2D8F04FB6
3 changed files with 36 additions and 23 deletions

View file

@ -66,13 +66,11 @@ mailText :: MailRecord -> LT.Text
mailText record = LT.concat ["Guten Morgen,\n\n"
, announcement record
,"\n\ndiesen Donnerstag\n\nDurchsingen: "
,song1 record
,", "
,song2 record
,songs record
,"\nStimmproben: "
,voice1 record
,", "
,voice2 record
,voices record
,"\nNoten mitbringen: "
, notes record
,"\n\nLG\nJo^^\n" ]
mailSubject :: MailRecord -> T.Text