tabletop-companion/app/views/user_mailer/password_reset.html.erb

4 lines
124 B
Plaintext

<%= htmlify_email(t(".content")) %>
<%= link_to t(".reset_password"), edit_password_reset_url(id: @user, token: @token) %>