Internationalization of the Contact page in FR and EN
This commit is contained in:
parent
abd4e3c6cc
commit
2f0953692c
10 changed files with 446 additions and 94 deletions
|
@ -38,12 +38,12 @@ class SupportController < ApplicationController
|
|||
def setup_context
|
||||
@dossier_id = dossier&.id
|
||||
@tags = tags
|
||||
@options = Helpscout::FormAdapter::OPTIONS
|
||||
@options = Helpscout::FormAdapter.options
|
||||
end
|
||||
|
||||
def setup_context_admin
|
||||
@tags = tags
|
||||
@options = Helpscout::FormAdapter::ADMIN_OPTIONS
|
||||
@options = Helpscout::FormAdapter.admin_options
|
||||
end
|
||||
|
||||
def create_conversation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue