mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Pending history and admin controls #2557
This commit is contained in:
parent
6986b7b738
commit
07e4c0cd96
10 changed files with 95 additions and 84 deletions
|
@ -22,6 +22,7 @@ en:
|
|||
longer: "%a, %e. %b %Y, %H:%M"
|
||||
long: "%A, %e. %B %Y, %H:%M"
|
||||
short: "%d.%m.%y, %H:%M"
|
||||
shorts: "%d.%m.%y, %H:%M:%S"
|
||||
date: "%d.%m.%y"
|
||||
date_long: "%d. %B %Y"
|
||||
ydate: "%Y.%m.%d"
|
||||
|
@ -654,7 +655,10 @@ en:
|
|||
general: General
|
||||
id_card: 'ID Card'
|
||||
m_id: 'M-ID'
|
||||
destroyed: It was successfully deleted.
|
||||
successfully_destroyed: It was successfully deleted.
|
||||
successfully_updated: It was successfully updated.
|
||||
something_wrong: Not success, something went wrong!
|
||||
failure: Not success
|
||||
not_found: Not found
|
||||
no_connection_to_registry: Connection issue to the registry EPP or REPP server! Please try again later.
|
||||
domain_not_found: 'Domain was not found'
|
||||
|
@ -904,4 +908,5 @@ en:
|
|||
poll_pending_delete_rejected_by_registrant: 'Registrant rejected domain deletion'
|
||||
poll_pending_delete_confirmed_by_registrant: 'Registrant confirmed domain deletion'
|
||||
manage: Manage
|
||||
pending_epp: Pending epp
|
||||
|
||||
|
|
|
@ -184,6 +184,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :domains do
|
||||
resources :domain_versions
|
||||
resources :pendings
|
||||
member do
|
||||
post 'set_force_delete'
|
||||
post 'unset_force_delete'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue