You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
9 years ago
|
=t '.title'
|
||
|
\
|
||
|
=t '.body', subject: @note.event.title, contents: @note.contents
|
||
|
\
|
||
|
= 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)
|
||
|
\
|
||
|
=t '.edit_link'
|
||
|
\
|
||
|
= edit_event_url @note.event, secret: @note.event.secret
|
||
|
\
|
||
|
=t '.signature'
|