agenda-libre-ruby/app/views/note_mailer/create.text.haml

10 lines
149 B
Plaintext
Raw Normal View History

2014-06-23 23:39:42 +02:00
=t '.title'
\
=t '.body', subject: @note.event.title, contents: @note.contents
\
= strip_tags @note.contents
2014-06-23 23:39:42 +02:00
\
= moderations_url
\
2014-06-23 23:39:42 +02:00
=t '.signature'