mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Fix bulk action notifications
This commit is contained in:
parent
8fffe6e736
commit
7c2e43197b
5 changed files with 16 additions and 8 deletions
|
@ -56,7 +56,7 @@ class Registrar
|
|||
|
||||
if response.code == '200'
|
||||
failed = parsed_response[:data][:failed].each(&:domain_name).join(', ')
|
||||
flash[:notice] = t('.transferred', success: parsed_response[:data][:success].size,
|
||||
flash[:notice] = t('.transferred', count: parsed_response[:data][:success].size,
|
||||
failed: failed)
|
||||
redirect_to registrar_domains_url
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue