Merge branch '115693873-whodunnit_empty' into staging

This commit is contained in:
Stas 2016-06-29 11:33:09 +03:00
commit 8963c1d304

View file

@ -8,7 +8,7 @@ class Admin::PendingDeletesController < AdminController
if registrant_verification.domain_registrant_delete_confirm!("admin #{current_user.username}")
redirect_to admin_domain_path(@domain.id), notice: t(:pending_applied)
else
redirect_to admin_edit_domain_path(@domain.id), alert: t(:failure)
redirect_to admin_domain_path(@domain.id), alert: t(:failure)
end
end