mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Added initial mail template editor #2369
This commit is contained in:
parent
5ba39fb406
commit
032cff3cf3
16 changed files with 298 additions and 1 deletions
|
@ -914,3 +914,6 @@ en:
|
|||
created_at_until: 'Created at until'
|
||||
is_registrant: 'Is registrant'
|
||||
force_delete_set_on_domain: 'Force delete set on domain %{domain}'
|
||||
mail_templates: Mail Templates
|
||||
new_mail_template: New mail template
|
||||
failure: "It was not saved"
|
||||
|
|
|
@ -160,6 +160,7 @@ Rails.application.routes.draw do
|
|||
resources :legal_documents
|
||||
resources :keyrelays
|
||||
resources :pricelists
|
||||
resources :mail_templates
|
||||
|
||||
resources :bank_statements do
|
||||
resources :bank_transactions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue