mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
23 lines
463 B
Plaintext
23 lines
463 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<p><%= t('mailers.user.opening_greeting') %></p>
|
|
|
|
<div><%= yield %></div>
|
|
|
|
<p><%= t('mailers.user.closing_greeting') %></p>
|
|
|
|
<footer>
|
|
<%=
|
|
link_to(
|
|
t('mailers.user.unsubscribe'),
|
|
add_subdomain_to(method(:edit_user_registration_url))
|
|
)
|
|
%>.
|
|
</footer>
|
|
</body>
|
|
</html>
|