prefill: open possible values in a new tab (#8524)
This commit is contained in:
parent
938e524060
commit
d3e0046e9b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
= t("views.prefill_descriptions.edit.possible_values.#{type_de_champ.type_champ}_html")
|
= t("views.prefill_descriptions.edit.possible_values.#{type_de_champ.type_champ}_html")
|
||||||
%br
|
%br
|
||||||
- if type_de_champ.too_many_possible_values?
|
- if type_de_champ.too_many_possible_values?
|
||||||
= link_to "Voir toutes les valeurs possibles", prefill_type_de_champ_path(prefill_description.path, type_de_champ)
|
= link_to "Voir toutes les valeurs possibles", prefill_type_de_champ_path(prefill_description.path, type_de_champ), target: "_blank"
|
||||||
- else
|
- else
|
||||||
= type_de_champ.possible_values.to_sentence
|
= type_de_champ.possible_values.to_sentence
|
||||||
%tr{ class: prefillable ? "" : "fr-text-mention--grey" }
|
%tr{ class: prefillable ? "" : "fr-text-mention--grey" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue