otwarchive-symphonyarchive/app/views/users/mailer/reset_password_instructions.html.erb
2026-03-11 22:22:11 +00:00

7 lines
335 B
Text

<% content_for :message do %>
<p><%= t("mailer.general.greeting.formal.addressed_html", name: style_bold(@resource.login)) %></p>
<p><%= t(".intro") %></p>
<p><%= style_link t(".link_title"), edit_user_password_url(reset_password_token: @token) %></p>
<p><%= t(".expiration") %></p>
<p><%= t(".unrequested") %></p>
<% end %>