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

9 lines
183 B
Plaintext
Raw Normal View History

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