add rnf and rna address in form view

This commit is contained in:
Lisa Durand 2024-01-31 17:28:00 +01:00 committed by Colin Darie
parent c148f5a389
commit 9e3f28e87b
No known key found for this signature in database
GPG key ID: 8C76CADD40253590
9 changed files with 19 additions and 7 deletions

View file

@ -8,4 +8,4 @@
%p.fr-error-text= t('.network_error')
- else
- if champ.value.present?
%p.fr-info-text= t('.data_fetched', title: champ.title)
%p.fr-info-text= t('.data_fetched', title: champ.title, address: champ.full_address)