lib/generators/aureus/devise_views/templates/devise/mailer/unlock_instructions.html.haml in aureus-1.3.1 vs lib/generators/aureus/devise_views/templates/devise/mailer/unlock_instructions.html.haml in aureus-2.1.0
- old
+ new
@@ -1,4 +1,4 @@
-%p= t("devise.mail.unlock_instructions.title", :name => @resource.email)
-%p= t("devise.mail.unlock_instructions.info1")
-%p= t("devise.mail.unlock_instructions.info2")
-%p= link_to t("devise.mail.unlock_instructions.link"), unlock_url(@resource, :unlock_token => @resource.unlock_token)
\ No newline at end of file
+%p= t('devise.mail.unlock_instructions.title', name: @resource.email)
+%p= t('devise.mail.unlock_instructions.info1')
+%p= t('devise.mail.unlock_instructions.info2')
+%p= link_to t('devise.mail.unlock_instructions.link'), unlock_url(@resource, unlock_token: @token)