mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
* Bump ruby to 2.7.8 * Bump listen to 3.5.1 (remove dependency on ruby_dep) * Bump ruby to 3.0.6 * Fix I18n.translate arguments: from hash to keyword arguments
10 lines
353 B
Plaintext
10 lines
353 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'),
|
|
add_subdomain_to(method(:confirmation_url), @resource, { confirmation_token: @token })
|
|
%>
|
|
</p>
|