mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
10 lines
367 B
Plaintext
10 lines
367 B
Plaintext
<p><%= t('mailers.devise.welcome_greeting', email: @email, site_name: Current.tenant_or_raise!.site_name) %></p>
|
|
|
|
<p><%= t('mailers.devise.confirmation_instructions.body') %></p>
|
|
|
|
<p>
|
|
<%= link_to t('mailers.devise.confirmation_instructions.action'),
|
|
get_url_for(method(:confirmation_url), resource: @resource, options: { confirmation_token: @token })
|
|
%>
|
|
</p>
|