Selectors must be written in lowercase with hyphens
This commit is contained in:
parent
73caee0ff3
commit
c10c2fc31b
131 changed files with 405 additions and 404 deletions
|
@ -37,10 +37,10 @@
|
|||
= f.fields_for :module_api_carto, @procedure.module_api_carto do |ff|
|
||||
.checkbox
|
||||
%label
|
||||
= ff.check_box :use_api_carto, id: :procedure_module_api_carto_use_api_carto
|
||||
= ff.check_box :use_api_carto, id: "procedure-module-api-carto-use-api-carto"
|
||||
Utilisation de la cartographie
|
||||
|
||||
%ul#modules_api_carto
|
||||
%ul#modules-api-carto
|
||||
%li
|
||||
.checkbox
|
||||
%label
|
||||
|
@ -73,7 +73,7 @@
|
|||
ne possède pas (ou pas encore) de numéro SIRET,
|
||||
qui doivent donc s'identifier en tant que personne physique.
|
||||
|
||||
%ul#individual_with_siret
|
||||
%ul#individual-with-siret
|
||||
%li
|
||||
.checkbox
|
||||
%label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue