app/views/active_admin/devise/mailer/unlock_instructions.html.erb in activeadmin-0.6.6 vs app/views/active_admin/devise/mailer/unlock_instructions.html.erb in activeadmin-1.0.0.pre1
- old
+ new
@@ -2,6 +2,6 @@
<p>Your account has been locked due to an excessive amount of unsuccessful sign in attempts.</p>
<p>Click the link below to unlock your account:</p>
-<p><%= link_to 'Unlock my account', unlock_url(@resource, :unlock_token => @resource.unlock_token) %></p>
+<p><%= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @resource.unlock_token) %></p>