mirror of
https://git.nerfingen.de/nerf/choirMail.git
synced 2025-05-15 09:50:29 +00:00
changed table layout and seperator
This commit is contained in:
parent
93a09e8402
commit
4f2a6bffda
3 changed files with 36 additions and 23 deletions
10
app/Main.hs
10
app/Main.hs
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue