mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
18 lines
389 B
Plaintext
18 lines
389 B
Plaintext
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p><%= t('user_mailer.opening_greeting') %></p>
|
||
|
|
|
||
|
|
<div><%= yield %></div>
|
||
|
|
|
||
|
|
<p><%= t('user_mailer.closing_greeting') %></p>
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
<%= link_to(t('user_mailer.unsubscribe'), edit_user_registration_url) %>.
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|