app/views/active_admin/devise/mailer/unlock_instructions.html.erb in yousty-activeadmin-1.0.4.pre vs app/views/active_admin/devise/mailer/unlock_instructions.html.erb in yousty-activeadmin-1.0.5.pre

- 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>