mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
fixed typos
This commit is contained in:
parent
46b1c7d057
commit
17ff97daf2
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@ module Admin
|
||||||
Actions::RecordDateOfTest.record_result_to_api_user(api_user:user_api,
|
Actions::RecordDateOfTest.record_result_to_api_user(api_user:user_api,
|
||||||
date: demo_user_api['accreditation_date']) unless demo_user_api.empty?
|
date: demo_user_api['accreditation_date']) unless demo_user_api.empty?
|
||||||
|
|
||||||
redirect_to request.referrer, notice: 'User Api found'
|
redirect_to request.referrer, notice: 'User API found'
|
||||||
when "404"
|
when "404"
|
||||||
redirect_to request.referrer, notice: 'User Api not found or not accredited yet'
|
redirect_to request.referrer, notice: 'User API not found or not accredited yet'
|
||||||
else
|
else
|
||||||
redirect_to request.referrer, notice: 'Something went wrong'
|
redirect_to request.referrer, notice: 'Something went wrong'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue