14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
=t '.title'
|
|
\
|
|
=t '.body', subject: @event.title, author: @current_user
|
|
|
|
- Differ.format = :ascii
|
|
= raw Differ.diff(@event.description, @event.description_was).to_s |
|
|
.gsub(/\[31m/, '') |
|
|
.gsub(/\[32m/, '') |
|
|
.gsub(/\[0m/, '') |
|
|
\
|
|
= edit_moderation_url @event
|
|
\
|
|
=t '.signature'
|