use Current.application_name in app excluding mail
This commit is contained in:
parent
b9fcb25f1a
commit
efa35e04a5
43 changed files with 66 additions and 66 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
.fr-input-group
|
||||
= f.label :duree_conservation_dossiers_dans_ds, class: 'fr-label' do
|
||||
Sur #{APPLICATION_NAME}
|
||||
Sur #{Current.application_name}
|
||||
= render EditableChamp::AsteriskMandatoryComponent.new
|
||||
|
||||
= f.number_field :duree_conservation_dossiers_dans_ds, { class: 'fr-input', placeholder: '6', required: true, max: f.object.max_duree_conservation_dossiers_dans_ds }
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
%br
|
||||
Vous pouvez
|
||||
%a{ :href => DOC_INTEGRATION_MONAVIS_URL } consulter notre tutoriel complet
|
||||
pour intégrer le bouton « MonAvis » sur #{APPLICATION_NAME}.
|
||||
pour intégrer le bouton « MonAvis » sur #{Current.application_name}.
|
||||
%br
|
||||
%br
|
||||
Une fois en possession du code généré sur le site MonAvis, vous pouvez le coller dans le champ ci-dessous :
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
= render Dsfr::AlertComponent.new(state: :info, size: :sm, extra_class_names: 'fr-my-2w') do |c|
|
||||
- c.with_body do
|
||||
%p= t('.public_link_procedure_html', link: APPLICATION_NAME)
|
||||
%p= t('.public_link_procedure_html', link: Current.application_name)
|
||||
|
||||
- elsif @procedure.brouillon?
|
||||
- if @procedure.missing_steps.empty?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue