Add asterisk explanation above the form
This commit is contained in:
parent
a451088077
commit
1762e359d8
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
- if @dossier.procedure.for_tiers_enabled?
|
- if @dossier.procedure.for_tiers_enabled?
|
||||||
= form_for @dossier, url: identite_dossier_path(@dossier), method: :patch, html: { class: "form" }, data: {turbo: true, controller: :autosubmit} do |f|
|
= form_for @dossier, url: identite_dossier_path(@dossier), method: :patch, html: { class: "form" }, data: {turbo: true, controller: :autosubmit} do |f|
|
||||||
|
|
||||||
|
%p.fr-text--sm= t('utils.asterisk_html')
|
||||||
|
|
||||||
%fieldset#radio-rich-hint.fr-fieldset{ "aria-labelledby" => "radio-rich-hint-legend radio-rich-hint-messages" }
|
%fieldset#radio-rich-hint.fr-fieldset{ "aria-labelledby" => "radio-rich-hint-legend radio-rich-hint-messages" }
|
||||||
%legend#radio-rich-hint-legend.fr-fieldset__legend--regular.fr-fieldset__legend
|
%legend#radio-rich-hint-legend.fr-fieldset__legend--regular.fr-fieldset__legend
|
||||||
= t('views.users.dossiers.identite.legend')
|
= t('views.users.dossiers.identite.legend')
|
||||||
|
|
Loading…
Reference in a new issue