mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
parent
62fbeadf34
commit
c257983cdd
7 changed files with 46 additions and 13 deletions
|
@ -816,7 +816,6 @@ en:
|
|||
notes: Notes
|
||||
active_price_for_this_operation_is: 'Active price for this operation is %{price}'
|
||||
active_price_missing_for_this_operation: 'Active price missing for this operation!'
|
||||
log_out_: 'Log out'
|
||||
valid_to_from: 'Valid to from'
|
||||
valid_to_until: 'Valid to until'
|
||||
registrant_ident: 'Registrant ident'
|
||||
|
|
5
config/locales/registrar/base.en.yml
Normal file
5
config/locales/registrar/base.en.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
en:
|
||||
registrar:
|
||||
base:
|
||||
current_user:
|
||||
sign_out: Log out
|
|
@ -44,7 +44,7 @@ Rails.application.routes.draw do
|
|||
post 'id' => 'sessions#id'
|
||||
post 'mid' => 'sessions#mid'
|
||||
get 'switch_user/:id' => 'sessions#switch_user'
|
||||
get 'logout' => '/devise/sessions#destroy'
|
||||
delete 'logout', to: '/devise/sessions#destroy', as: :destroy_user_session
|
||||
end
|
||||
|
||||
get 'current_user/switch/:new_user_id', to: 'current_user#switch', as: :switch_current_user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue