2017-10-21 20:21:25 +02:00
|
|
|
!= t '.body', subject: @note.event.title, contents: @note.contents
|
2014-07-21 01:26:58 +02:00
|
|
|
\
|
2017-10-21 20:21:25 +02:00
|
|
|
!= sanitize @note.contents.html_safe,
|
|
|
|
tags: %w[p br table tr td ul ol li a strong b em i img],
|
|
|
|
attributes: %w[href src width height]
|
2015-10-22 22:39:04 +02:00
|
|
|
\
|
2017-10-21 20:21:25 +02:00
|
|
|
!= t '.edit_link'
|
2014-07-21 01:26:58 +02:00
|
|
|
\
|
2016-10-18 23:28:18 +02:00
|
|
|
= surround '<'.html_safe, '>'.html_safe do
|
|
|
|
= edit_event_url @note.event, secret: @note.event.secret
|
2014-07-21 01:26:58 +02:00
|
|
|
\
|
2017-10-21 20:21:25 +02:00
|
|
|
!= t '.signature'
|