agenda-libre-ruby/app/views/note_mailer/create.text.haml
echarp d574b1624a Url sent in mails are now enclosed in angled brackets,
as recommended in RFC 3986 section C (ftp://ftp.rfc-editor.org/in-notes/rfc3986.txt)

Close #77
2016-10-18 23:28:18 +02:00

9 lines
180 B
Plaintext

= t '.body', subject: @note.event.title, contents: @note.contents
\
= strip_tags @note.contents
\
= surround '<'.html_safe, '>'.html_safe do
= moderations_url
\
= t '.signature'