app/views/symphonia/notifier/reset_password_user.html.erb in symphonia-3.3.0 vs app/views/symphonia/notifier/reset_password_user.html.erb in symphonia-3.3.2
- old
+ new
@@ -1,7 +1,6 @@
<p>
<%= t(:text_html_reset_password, :scope => :mailer) %>
</p>
<p>
- <% activation_url = symphonia.reset_password_url(id: @user.perishable_token) %>
- <%= link_to(activation_url, activation_url) %>
+ <%= link_to(@url, @url) %>
</p>