echarp
d574b1624a
as recommended in RFC 3986 section C (ftp://ftp.rfc-editor.org/in-notes/rfc3986.txt) Close #77
10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
= t '.body', subject: @orga.name
|
|
= surround '<'.html_safe, '>'.html_safe do
|
|
= edit_orga_url @orga, secret: @orga.secret
|
|
\
|
|
= t '.delete_link'
|
|
= surround '<'.html_safe, '>'.html_safe do
|
|
= cancel_orga_url @orga, secret: @orga.secret
|
|
\
|
|
= t '.signature'
|